import * as React from 'react'; import { PaginationProps } from './types'; export declare const Pagination: React.FC;