import { FormGroup } from '@angular/forms'; import { FieldConfig } from '../../models/field-config.model'; import * as i0 from "@angular/core"; /** * Implements and displays form error messages and form submission error response message on submission of form. * @export * @class FormErrorComponent */ export declare class FormErrorComponent { formGroup: FormGroup; config: FieldConfig; submitResponse: any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }