import { type RowType } from '../types'; export declare const getPageRows: (allRows: Array, pageNumber?: number, rowsPerPage?: number) => Array;