import { TableContextValue } from './table'; export declare const TableContext: import('react').Context | null>; export declare function useTableContext(): TableContextValue;