import { PasswordProps, PasswordSlots } from "./types.js"; //#region src/components/password/password.vue.d.ts type __VLS_Slots = PasswordSlots; declare const __VLS_base: import("vue").DefineComponent any; "update:modelValue": (value: string) => any; "update:visible": (visible: boolean) => any; }, string, import("vue").PublicProps, Readonly & Readonly<{ onClear?: ((event: PointerEvent) => any) | undefined; "onUpdate:modelValue"?: ((value: string) => any) | undefined; "onUpdate:visible"?: ((visible: boolean) => any) | undefined; }>, { visible: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; type __VLS_WithSlots = T & { new (): { $slots: S; }; }; //#endregion export { _default };