import * as i0 from '@angular/core'; import { ChangeDetectorRef } from '@angular/core'; import * as i2 from '@angular/common'; type PasswordType = 'weryWeak' | 'weak' | 'strong' | 'weryStrong'; declare class PasswordStrengthComponent { protected change: ChangeDetectorRef; password: string; readonly height = 1; readonly weryWeak: number; readonly weak: number; readonly strong: number; readonly weryStrong: number; translations: { weryWeak: string; weak: string; strong: string; weryStrong: string; }; id: string; strengthType: PasswordType; constructor(change: ChangeDetectorRef); getK(): number; getStrength(): number; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class PasswordModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { PasswordModule, PasswordStrengthComponent };