import { EventEmitter } from '@angular/core'; import { BooleanInput } from '../../components'; import * as i0 from "@angular/core"; export declare class ZekPassword { name: string; private _required; get required(): boolean; set required(v: BooleanInput); minlength: number | string | null; maxlength: number | string | null; model?: string | null; onChange: EventEmitter; private _type; get type(): string; showHide(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }