import { OnInit, OnChanges, SimpleChanges, OnDestroy } from '@angular/core'; import { EcabsComponentsConfig, EcabsComponentsService } from '../services/ecabs-components.service'; import * as i0 from "@angular/core"; export declare class ValidationComponent implements OnInit, OnChanges, OnDestroy { private ecabsService; element: any; label: string; showValidationOnNotTouched: boolean; updatedErrors: { type: string; message: string; }[]; config: EcabsComponentsConfig; private _messages; private configSubscription; get messages(): any; set messages(m: any); constructor(ecabsService: EcabsComponentsService); ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; ngOnDestroy(): void; replaceTokens(message: string): string; getMessageDetail(key: any): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }