import { ChangeDetectorRef, OnChanges, OnInit } from '@angular/core'; import { FormGroup } from '@angular/forms'; import { MonkeyInputComponent } from 'monkey-style-guide'; import { MECXFieldConfig } from '../../../interfaces'; import * as i0 from "@angular/core"; export declare class MECXDynamicInputPhoneComponent implements OnInit, OnChanges { private cdr; _field: MECXFieldConfig | null; _form: FormGroup | null; _formErrors: any | any[]; self: any; inputElement: MonkeyInputComponent | null; constructor(cdr: ChangeDetectorRef); get className(): string; ngOnInit(): void; ngOnChanges(): void; onChange(event: string): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }