///
export interface FormAlertProps extends React.HTMLProps {
/** An inline PatternFly Alert. */
children?: React.ReactNode;
/** Additional classes added to the FormGroup. */
className?: string;
}
export declare const FormAlert: React.FunctionComponent;
//# sourceMappingURL=FormAlert.d.ts.map