import { CreateComponentPublicInstanceWithMixins, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps } from 'vue'; import { Props } from './types'; import { InstallRecord, NameRecord } from '../types'; export declare const MePassword: { new (...args: any[]): CreateComponentPublicInstanceWithMixins & Readonly<{ onBlur?: ((e: MouseEvent) => any) | undefined; onFocus?: ((e: MouseEvent) => any) | undefined; "onUpdate:modelValue"?: ((value: string) => any) | undefined; }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { "update:modelValue": (value: string) => any; } & { blur: (e: MouseEvent) => any; focus: (e: MouseEvent) => any; }, PublicProps, { type: "number" | "password"; isFocus: boolean; skinType: "white" | "dark"; num: number; }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly<{ modelValue?: string; } & Props> & Readonly<{ onBlur?: ((e: MouseEvent) => any) | undefined; onFocus?: ((e: MouseEvent) => any) | undefined; "onUpdate:modelValue"?: ((value: string) => any) | undefined; }>, {}, {}, {}, {}, { type: "number" | "password"; isFocus: boolean; skinType: "white" | "dark"; num: number; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & ComponentOptionsBase & Readonly<{ onBlur?: ((e: MouseEvent) => any) | undefined; onFocus?: ((e: MouseEvent) => any) | undefined; "onUpdate:modelValue"?: ((value: string) => any) | undefined; }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { "update:modelValue": (value: string) => any; } & { blur: (e: MouseEvent) => any; focus: (e: MouseEvent) => any; }, string, { type: "number" | "password"; isFocus: boolean; skinType: "white" | "dark"; num: number; }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & InstallRecord & NameRecord;