export declare const GridContextProvider: ({ apiRef, props, children }: { apiRef: any; props: any; children: any; }) => JSX.Element;