import { HTMLProps } from 'react'; import { JengaTableElementBaseProps } from './types'; export declare function TableRow(props: JengaTableElementBaseProps & HTMLProps): JSX.Element;