import React from "react"; declare type Props = { children?: React.ReactNode; }; export declare const CachedTableContextProvider: (props: Props) => JSX.Element; export {};