/// import { Props } from './constants'; export { type Props }; export declare function Pagination({ className, count, size, onSelect, prevIcon, nextIcon, showSinglePage, showLast, activePage, prevLabel, nextLabel, prev, next, hasNext: propsHasNext, loading, visible, }: Props): JSX.Element | null;