import type { RowData } from '@tanstack/react-table'; import type { TableOptions } from './types.js'; /** @internal */ export declare function useTable(options: TableOptions): import("./types.js").Table;