import { EventEmitter, SimpleChanges } from '@angular/core'; import * as i0 from "@angular/core"; export declare class PasswordFieldsComponent { question: any; count: number; required: boolean; hint: string; confirmPassword: boolean; displayStrength: boolean; viewButton: boolean; maxLength: number; minLength: number; requireLowercaseLetters: boolean; requireUppercaseLetters: boolean; requireNumbers: boolean; requireSpecialCharacters: boolean; allowedSpecialCharacters: string[]; passwordStrength: number; questionId: string; translations: any; selectedLanguage: string; displayQuestion: string; inPreview: boolean; answerChange: EventEmitter; ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; getQuestion(): void; valueAssigned(): void; togglePasswordVisibility(): void; toggleCnfrmPasswordVisibility(): void; calculateStrength(password: any): number; upateAnswer(event: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }