import { OnChanges, SimpleChanges, EventEmitter } from '@angular/core'; import { IPasswordStrengthMeterService } from './password-strength-meter.service'; import * as i0 from "@angular/core"; export declare class PasswordStrengthMeterComponent implements OnChanges { private passwordStrengthMeterService; password: string; minPasswordLength: number; enableFeedback: boolean; colors: string[]; numberOfProgressBarItems: number; strengthChange: EventEmitter; baseClass: string; passwordStrength: number; feedback: { suggestions: string[]; warning: string; }; private prevPasswordStrength; constructor(passwordStrengthMeterService: IPasswordStrengthMeterService); ngOnChanges(changes: SimpleChanges): void; private calculatePasswordStrength; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }