import { FC } from 'react'; import { PagerProps } from './Pagination.types'; export declare const Pager: FC;