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