import { Table, RowModel, RowData } from '../types'; export declare function getPaginationRowModel(opts?: { initialSync: boolean; }): (table: Table) => () => RowModel;