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