type RowContextType = { gutter?: [number, number]; }; export declare const RowContext: import("react").Context; export {};