import { DefineComponent, ExtractPropTypes, PropType, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; import { SwitchVariantProps } from './switch.themes'; export declare const Switch: DefineComponent; default: string; }; modelValue: { type: PropType; default: boolean; }; color: { type: PropType< SwitchVariantProps["color"]>; default: string; }; size: { type: PropType< SwitchVariantProps["size"]>; default: string; }; isDisabled: { type: PropType; default: boolean; }; }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", PublicProps, Readonly< ExtractPropTypes<{ as: { type: PropType; default: string; }; modelValue: { type: PropType; default: boolean; }; color: { type: PropType< SwitchVariantProps["color"]>; default: string; }; size: { type: PropType< SwitchVariantProps["size"]>; default: string; }; isDisabled: { type: PropType; default: boolean; }; }>> & Readonly<{ onChange?: ((...args: any[]) => any) | undefined; "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }>, { color: "default" | "primary" | "secondary" | "success" | "warning" | "danger" | undefined; size: "sm" | "md" | "lg" | "xs" | "xxs" | undefined; as: any; isDisabled: boolean; modelValue: boolean; }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;