import { type RowData, type TableOptions } from './tanstack.js'; import type { TableEngine } from './types.js'; /** Creates a data engine using TanStack Table. */ export declare function useTableEngine(options: TableOptions): TableEngine; //# sourceMappingURL=use-table-engine.d.ts.map