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