import type { TableContextValue } from './types'; export declare const useTableContext: () => TableContextValue;