import { TTableSetSort, TTableSortState } from '../../model/sort.types';
interface TableContextType {
    sort: TTableSortState;
    setSort: TTableSetSort;
}
export declare const TableContext: import('react').Context<TableContextType | undefined>;
export declare const useTableContext: () => TableContextType;
export {};
//# sourceMappingURL=table.context.d.ts.map