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