import { ElementRef, DoCheck, ChangeDetectorRef, AfterViewInit } from '@angular/core'; import { NgModel } from '@angular/forms'; import * as i0 from "@angular/core"; import * as i1 from "@angular/common"; export declare class InputText implements DoCheck, AfterViewInit { el: ElementRef; ngModel: NgModel; private cd; filled: boolean; constructor(el: ElementRef, ngModel: NgModel, cd: ChangeDetectorRef); ngAfterViewInit(): void; ngDoCheck(): void; onInput(e: any): void; updateFilledState(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export declare class InputTextModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }