import { ElementRef, DoCheck } from '@angular/core'; import { NgModel } from '@angular/forms'; import * as ɵngcc0 from '@angular/core'; import * as ɵngcc1 from '@angular/common'; export declare class InputText implements DoCheck { el: ElementRef; ngModel: NgModel; filled: boolean; constructor(el: ElementRef, ngModel: NgModel); ngDoCheck(): void; onInput(e: any): void; updateFilledState(): void; static ɵfac: ɵngcc0.ɵɵFactoryDeclaration; static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration; } export declare class InputTextModule { static ɵfac: ɵngcc0.ɵɵFactoryDeclaration; static ɵmod: ɵngcc0.ɵɵNgModuleDeclaration; static ɵinj: ɵngcc0.ɵɵInjectorDeclaration; } //# sourceMappingURL=inputtext.d.ts.map