import { ElementRef, DoCheck } from '@angular/core'; import * as i0 from "@angular/core"; import * as i1 from "@angular/common"; export declare class InputText implements DoCheck { el: ElementRef; filled: boolean; constructor(el: ElementRef); ngDoCheck(): void; onInput(e: any): void; updateFilledState(): void; static ɵfac: i0.ɵɵFactoryDef; static ɵdir: i0.ɵɵDirectiveDefWithMeta; } export declare class InputTextModule { static ɵmod: i0.ɵɵNgModuleDefWithMeta; static ɵinj: i0.ɵɵInjectorDef; }