import { PropsWithChildren } from 'react';
import { GridProReact } from './types';
export declare function useGrid(): GridProReact<any>;
export declare function GridProvider(p: PropsWithChildren<{
value: GridProReact<any>;
}>): import("react/jsx-runtime").JSX.Element;