/// import { ListGridType } from './index'; declare const ListGridContext: import("react").Context<{ grid: ListGridType; }>; export declare const ListGridContextProvider: import("react").Provider<{ grid: ListGridType; }>; export declare const ListGridContextConsumer: import("react").Consumer<{ grid: ListGridType; }>; export default ListGridContext;