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