import { EventEmitter, TemplateRef } from '@angular/core'; import { ControlValueAccessor } from '@angular/forms'; import * as i0 from "@angular/core"; export declare class AvPasswordComponent implements ControlValueAccessor { errorMessage: import("@angular/core").InputSignal; label: string; placeholder: string; disabled: boolean; floatLabel: 'over' | 'in' | 'on' | null; iftaLabel: boolean; invalid: boolean; feedback: boolean; toggleMask: boolean; promptLabel: string; weakLabel: string; mediumLabel: string; strongLabel: string; size: 'small' | 'normal' | 'large'; dataPass: string; dataPassChange: EventEmitter; headerTemplate: TemplateRef; footerTemplate: TemplateRef; onChange: (value: string) => void; onTouched: () => void; writeValue(value: string): void; registerOnChange(fn: any): void; registerOnTouched(fn: any): void; setDisabledState(isDisabled: boolean): void; onPasswordChange(value: string): void; get validatedSize(): 'small' | 'large' | null; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } //# sourceMappingURL=av-password.component.d.ts.map