import { Component } from 'react'; export declare class FormRow extends Component<{ id?: any; helpText?: any; isInvalid?: any; error?: any; label?: any; labelType?: any; labelAppend?: any; hasEmptyLabelSpace?: any; fullWidth?: any; className?: any; describedByIds?: any; compressed?: any; displayOnly?: any; children?: any; }> { state: { isFocused: boolean; id: any; }; static propTypes: {}; static defaultProps: {}; constructor(props: any); onFocus(...args: any[]): void; onBlur(...args: any[]): void; render(): JSX.Element; }