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