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