import React from "react"; export type TableHeadProps = React.DetailedHTMLProps, HTMLTableSectionElement>; export default function TableHead({ ...props }: TableHeadProps): React.JSX.Element;