import React from 'react'; import { TableHeadProps } from '@material-ui/core'; declare const TableHead: React.ElementType; export { TableHead };