import * as React from 'react'; declare type PaginationProps = {}; declare const Pagination: React.FC; export default Pagination;