import { EventEmitter } from '@angular/core'; import { BaseComponentWithTheme } from '../../utils'; import type { InputPasswordAutoComplete, BreakpointCustomizable, InputPasswordState, Theme } from '../types'; import * as i0 from "@angular/core"; export declare class PInputPassword extends BaseComponentWithTheme { autoComplete?: InputPasswordAutoComplete; compact?: boolean; description?: string; disabled?: boolean; form?: string; hideLabel?: BreakpointCustomizable; label?: string; maxLength?: number; message?: string; minLength?: number; name: string; placeholder?: string; readOnly?: boolean; required?: boolean; state?: InputPasswordState; theme?: Theme; toggle?: boolean; value?: string; blur: EventEmitter>; change: EventEmitter>; input: EventEmitter>; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }