import { ZPasswordInput_Props } from '@zurich/dev-utils/code/PasswordInput'; /** ## `` * * ... * * @example * ```html * * ``` * ___ * * */ declare const _default: __VLS_WithTemplateSlots & { readonly modelValue?: ZPasswordInput_Props['model']; readonly helpText?: ZPasswordInput_Props['help-text']; readonly customStr?: ZPasswordInput_Props['custom-str']; }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { blur: () => any; validated: (payload: NonNullable) => any; restarted: () => any; enter: () => any; "update:modelValue": (payload: string) => any; }, string, import('vue').PublicProps, Readonly & { readonly modelValue?: ZPasswordInput_Props['model']; readonly helpText?: ZPasswordInput_Props['help-text']; readonly customStr?: ZPasswordInput_Props['custom-str']; }> & Readonly<{ onBlur?: (() => any) | undefined; onValidated?: ((payload: NonNullable) => any) | undefined; onRestarted?: (() => any) | undefined; onEnter?: (() => any) | undefined; "onUpdate:modelValue"?: ((payload: string) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, Readonly<{ default: any; label: any; 'help-text': any; }> & { default: any; label: any; 'help-text': any; }>; export { _default as ZvPasswordInput }; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };