import * as React from "react";
import type * as Common from "../../common/types";
declare const TableRow: ({ dataTest, children }: React.PropsWithChildren<Common.Globals>) => React.JSX.Element;
export default TableRow;
