import React from 'react';
import './index.scss';
export type GutterProps = {
    children: React.ReactNode;
    className?: string;
    left?: boolean;
    negativeLeft?: boolean;
    negativeRight?: boolean;
    ref?: React.RefObject<HTMLDivElement>;
    right?: boolean;
};
export declare const Gutter: React.FC<GutterProps>;
//# sourceMappingURL=index.d.ts.map