import React from "react"; export type TableCellProps = React.DetailedHTMLProps, HTMLTableDataCellElement>; export default function TableCell({ ...props }: TableCellProps): React.JSX.Element;