import { PaginationPropsType } from './type'; declare const Pagination: { ({ prevLabel, nextLabel, classes, totalData, displayPerPage, currentPage, onRefetch, }: PaginationPropsType): JSX.Element; displayName: string; __docgenInfo: { description: string; displayName: string; props: { totalData: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; displayPerPage: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; prevLabel: { defaultValue: { value: string; }; description: string; name: string; required: boolean; type: { name: string; }; }; nextLabel: { defaultValue: { value: string; }; description: string; name: string; required: boolean; type: { name: string; }; }; classes: { defaultValue: { value: string; }; description: string; name: string; required: boolean; type: { name: string; }; }; currentPage: { defaultValue: { value: number; }; description: string; name: string; required: boolean; type: { name: string; }; }; onRefetch: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; }; }; }; export default Pagination;