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