import type { RowData, RowModel, TableInstance } from "../types.js"; export declare function getPaginationRowModel(): (table: TableInstance) => () => RowModel; //# sourceMappingURL=get-pagination-row-model.d.ts.map