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