import type { PropType } from 'vue'; declare const _default: import("vue").DefineComponent<{ name: { type: StringConstructor; default: null; }; modelValue: { type: BooleanConstructor; default: boolean; }; disabled: { type: BooleanConstructor; default: boolean; }; onIcon: { type: StringConstructor; default: () => any; }; offIcon: { type: StringConstructor; default: () => any; }; color: { type: StringConstructor; default: () => any; validator(value: string): any; }; ui: { type: PropType; default: () => any; }; }, { ui: import("vue").ComputedRef; active: import("vue").WritableComputedRef; switchClass: import("vue").ComputedRef; onIconClass: import("vue").ComputedRef; offIconClass: import("vue").ComputedRef; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly any; }; offIcon: { type: StringConstructor; default: () => any; }; color: { type: StringConstructor; default: () => any; validator(value: string): any; }; ui: { type: PropType; default: () => any; }; }>> & { "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }, { color: string; ui: any; name: string; disabled: boolean; modelValue: boolean; onIcon: string; offIcon: string; }, {}>; export default _default;