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