import { CreateComponentPublicInstanceWithMixins, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps, Plugin } from 'vue'; import { SwitchProps, SwitchSlots } from './types'; export declare const SSwitch: { new (...args: any[]): CreateComponentPublicInstanceWithMixins & Readonly<{ onChange?: ((value: string | number | boolean) => any) | undefined; "onUpdate:modelValue"?: ((value: string | number | boolean) => any) | undefined; }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { change: (value: string | number | boolean) => any; "update:modelValue": (value: string | number | boolean) => any; }, PublicProps, { size: "mini" | "small" | "medium" | "large"; activeValue: boolean | string | number; activeColor: string; inactiveValue: boolean | string | number; inactiveColor: string; }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly< SwitchProps & { modelValue?: boolean | string | number; }> & Readonly<{ onChange?: ((value: string | number | boolean) => any) | undefined; "onUpdate:modelValue"?: ((value: string | number | boolean) => any) | undefined; }>, {}, {}, {}, {}, { size: "mini" | "small" | "medium" | "large"; activeValue: boolean | string | number; activeColor: string; inactiveValue: boolean | string | number; inactiveColor: string; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & ComponentOptionsBase & Readonly<{ onChange?: ((value: string | number | boolean) => any) | undefined; "onUpdate:modelValue"?: ((value: string | number | boolean) => any) | undefined; }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { change: (value: string | number | boolean) => any; "update:modelValue": (value: string | number | boolean) => any; }, string, { size: "mini" | "small" | "medium" | "large"; activeValue: boolean | string | number; activeColor: string; inactiveValue: boolean | string | number; inactiveColor: string; }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => { $slots: SwitchSlots; }) & Plugin; export * from './types';