import { type RowData, type RowModel, type Table, type TableFeatures } from '@tanstack/react-table'; /** * Row model which reflects the order given by the rowOrder set. * @returns new row model reflecting the order. * @internal */ export declare function createRowOrderRowModel(): (table: Table) => () => RowModel; //# sourceMappingURL=row-order-model.d.ts.map