/// import { type TableHeadProps as MuiTableHeadProps } from '@mui/material'; import { type WithoutEmotionSpecific } from '../../types'; export type TableHeadProps = WithoutEmotionSpecific; export declare const TableHead: (props: TableHeadProps) => JSX.Element;