import { FC } from "react"; import { PaginationPropsType } from "./interface"; declare const Pagination: FC; export default Pagination;