import React from "react"; export type TableHeadCellProps = React.DetailedHTMLProps, HTMLTableHeaderCellElement>; export default function TableHeadCell({ ...props }: TableHeadCellProps): React.JSX.Element;