import type { TableProviderProps } from './types'; export declare const TableProvider: (props: TableProviderProps) => import("react").JSX.Element;