/// import { PaginationProps } from './types'; export declare const Pagination: ({ pageInVisible, hideOnSinglePage, wrapClassName, itemClassName, renderPageItem: ItemPage, renderPrev: PrevPage, renderNext: NextPage, ...props }: PaginationProps) => JSX.Element | null;