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