import { FunctionComponent } from 'react'; import { PaginationProps } from './types'; export declare const Pagination: FunctionComponent;