import { PropsWithChildren } from 'react';
export type GridUpdatingContextStatus = Record<string, (number | string)[] | undefined>;
export declare const GridUpdatingContextProvider: (props: PropsWithChildren) => import("react/jsx-runtime").JSX.Element;
