import { EventEmitter, OnInit } from "@angular/core"; import * as i0 from "@angular/core"; export declare class EncryptedInputComponent implements OnInit { value: any; disabled: boolean; error: boolean; placeholder: string; valueChange: EventEmitter; encrypted: boolean; ngOnInit(): void; onInput(event: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }