import type { IVTable } from './type'; export declare function handlePaginationExport(table: IVTable, exportAllData: boolean): { reset: () => void; handleRowCount: () => number; };