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