import React from 'react';
declare const Pagination: ({ currentPage, handleChangePage, totalPages, pagination, rowQuantity, count, routerPush, searchParams, tableKey, }: any) => React.JSX.Element;
export default Pagination;
