import React from "react"; export type TableRowProps = React.DetailedHTMLProps, HTMLTableRowElement>; export default function TableRow({ ...props }: TableRowProps): React.JSX.Element;