import * as React from 'react'; import type { IPaginationProps } from './Pagination.types'; export declare const Pagination: React.FunctionComponent;