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