import { ElementRef, AfterViewInit, OnDestroy, DoCheck } from '@angular/core'; import { DomHandler } from '../dom/domhandler'; import * as i0 from "@angular/core"; import * as i1 from "@angular/common"; export declare class Password implements AfterViewInit, OnDestroy, DoCheck { el: ElementRef; domHandler: DomHandler; promptLabel: string; weakLabel: string; mediumLabel: string; strongLabel: string; feedback: boolean; panel: any; meter: any; info: any; filled: boolean; constructor(el: ElementRef, domHandler: DomHandler); ngAfterViewInit(): void; ngDoCheck(): void; onInput(e: any): void; updateFilledState(): void; onFocus(e: any): void; onBlur(e: any): void; onKeyup(e: any): void; testStrength(str: string): number; normalize(x: any, y: any): number; get disabled(): boolean; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDef; static ɵdir: i0.ɵɵDirectiveDefWithMeta; } export declare class PasswordModule { static ɵmod: i0.ɵɵNgModuleDefWithMeta; static ɵinj: i0.ɵɵInjectorDef; }