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 MeSwitch: { new (...args: any[]): CreateComponentPublicInstanceWithMixins & Readonly<{ onClick?: ((e: MouseEvent) => any) | undefined; "onUpdate:modelValue"?: ((value: boolean) => any) | undefined; }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { "update:modelValue": (value: boolean) => any; } & { click: (e: MouseEvent) => any; }, PublicProps, { size: string; disabled: boolean; modelValue: boolean; activeColor: string; inactiveColor: string; async: boolean; }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly<{ modelValue?: boolean; } & Props> & Readonly<{ onClick?: ((e: MouseEvent) => any) | undefined; "onUpdate:modelValue"?: ((value: boolean) => any) | undefined; }>, {}, {}, {}, {}, { size: string; disabled: boolean; modelValue: boolean; activeColor: string; inactiveColor: string; async: boolean; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & ComponentOptionsBase & Readonly<{ onClick?: ((e: MouseEvent) => any) | undefined; "onUpdate:modelValue"?: ((value: boolean) => any) | undefined; }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { "update:modelValue": (value: boolean) => any; } & { click: (e: MouseEvent) => any; }, string, { size: string; disabled: boolean; modelValue: boolean; activeColor: string; inactiveColor: string; async: boolean; }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & InstallRecord & NameRecord;