import { PaginationPropsType } from './type'; declare const Pagination: ({ prevLabel, nextLabel, classes, totalData, displayPerPage, currentPage, onRefetch, }: PaginationPropsType) => JSX.Element; export default Pagination;