/// <reference types="react" />
declare const TableRow: (props: any) => JSX.Element;
export default TableRow;
