import { ElementRef, AfterViewInit } from "@angular/core"; import * as i0 from "@angular/core"; export declare class PasswordEyeDirective implements AfterViewInit { private el; brToggleEyePassword: boolean; private shouldShow; constructor(el: ElementRef); toggle(i: Element): void; setup(): void; ngAfterViewInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }