import type { DataTableStore } from './types.ts'; export declare function useContainerRef(): import("react").RefObject; export declare function useDataTableStore(selector: (state: DataTableStore) => T): T; export declare function useDataTableHandle(key: TKey, forceRender?: boolean): { headerGroups: import("@tanstack/table-core").HeaderGroup[]; paginationInfo: { pageCount: number; pageIndex: number; }; rowCount: number; rows: import("@tanstack/table-core").Row[]; table: import("@tanstack/table-core").Table; tableMeta: import("@tanstack/table-core").TableMeta; }[TKey]; //# sourceMappingURL=hooks.d.ts.map