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