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