import { OnInit, EventEmitter } from '@angular/core'; import { TranslationService } from '../../services/translation/translation.service'; import * as i0 from "@angular/core"; export declare class PasswordInputComponent implements OnInit { translationService: TranslationService; readonly showIcon: any; readonly hideIcon: any; labels: { showPassword: string; hidePassword: string; }; isRevealed: boolean; hasBorder: boolean; private _value; get value(): string; set value(val: string); valueChange: EventEmitter; getInputType(): string; toggle(): void; focus: boolean; /** * Sets the focus state of the control when the input gains focus; * Currentl bound to (focus) and (blur) */ setFocus(focus: boolean): void; constructor(translationService: TranslationService); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }