import { Table, RowModel, RowData } from '../types'; export declare function getSortedRowModel(): (table: Table) => () => RowModel;