import { OnInit } from '@angular/core'; import { FormGroup } from '@angular/forms'; import * as i0 from "@angular/core"; export declare class InnerDynamicErrorComponent implements OnInit { formName?: FormGroup | any; fieldName: any; SUBMIT_ERROR: boolean; ErrorMessage: string; constructor(); ngOnInit(): void; get getMessage(): string; get getNormalMessage(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }