import { type RowData, type RowModel, type Table, type TableFeatures } from '@tanstack/react-table'; export declare function createCoreRowModel(): (table: Table) => () => RowModel; //# sourceMappingURL=createCoreRowModel.d.ts.map