import { PropsWithChildrenAndClassName } from '../../types'; declare function TableHead({ children, className, ...props }: PropsWithChildrenAndClassName): import("react/jsx-runtime").JSX.Element; export { TableHead };