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