import { PaginationProps } from './types';
export declare const Pagination: import("react").MemoExoticComponent<({ total, current, onChange, color, closestPages, disabled, size, showPrevious, showNext, previousIcon, nextIcon, ...props }: PaginationProps) => JSX.Element>;
