/// import { PaginationProps } from './interfaces'; export declare const Pagination: ({ size, className, locale, ...restProps }: PaginationProps) => JSX.Element;