export interface GridContextValue { columns: number; grow: boolean; } export declare const GridContext: import("react").Context, useGridContext: () => GridContextValue;