import { ZPasswordInput_Props } from '@zurich/dev-utils/code/PasswordInput'; type Props = Omit & { readonly zTheme?: ZPasswordInput_Props['z-theme']; readonly customStr?: ZPasswordInput_Props['custom-str']; readonly modelValue?: ZPasswordInput_Props['model']; helpText?: ZPasswordInput_Props['help-text']; }; declare const _default: __VLS_WithTemplateSlots any; enter: () => any; }, string, import('vue').PublicProps, Readonly & Readonly<{ "onUpdate:modelValue"?: ((modelValue: string | null | undefined) => any) | undefined; onEnter?: (() => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, { inputRef: HTMLInputElement; }, HTMLLabelElement>, Readonly> & Record<"label" | "help-text", any>>; export { _default as VuePasswordInput, VuePasswordInput as default }; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };