import { FC } from 'react'; import type { Pagination } from '../models'; export declare const PaginationComp: FC;