import { OnChanges, EventEmitter } from '@angular/core'; import { MonkeyEcxConfigService } from 'monkey-front-core'; import { PasswordStrength } from './password-strength'; import * as i0 from "@angular/core"; export declare class MECXPasswordStrengthComponent implements OnChanges { private configService; passwordToCheck: string | null; i18n: any; onHandleSubmitReady: EventEmitter; _validatorsPasswordPass: Array; _stepPassword: number; private validatorsPassword; constructor(configService: MonkeyEcxConfigService); private handleColor; private passwordStrengthValidator; private onHandleReady; private onHandleChages; private onHandlePasswordStrengthKeys; ngOnInit(): void; ngOnChanges(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }