/// export interface RowContextState { gutter?: [number, number]; wrap?: boolean; } declare const RowContext: import("react").Context; export default RowContext;