/********** Angular **********/ import { OnInit } from "@angular/core"; /********** Component & Service **********/ import { FieldBase } from "../components/fieldbase.component"; import { ZComponentService } from "../services/zcomponent.service"; import { FontAweSomeService, TranslationService, ComponentErrorHandlerService, ZComponent } from 'mmhglobal-zcore'; import * as i0 from "@angular/core"; export declare class InputErrorMessageComponent extends FieldBase implements ZComponent, OnInit { componentService: ZComponentService; fontAweSomeService: FontAweSomeService; private componentErrorHandlerService; private translationService; constructor(componentService: ZComponentService, fontAweSomeService: FontAweSomeService, componentErrorHandlerService: ComponentErrorHandlerService, translationService: TranslationService); errMsgList: any[]; ngOnInit(): void; IsShow(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }