import React from 'react'; import { PaginationProps } from '@mui/material/Pagination'; declare const Pagination: React.FC; export default Pagination;