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