import type { App } from 'vue'; import type { ArcoOptions } from '../_utils/types'; import _Switch from './switch'; declare const Switch: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins; default: string; }; size: { type: import("vue").PropType<"small" | "medium">; }; checkedValue: { type: (BooleanConstructor | StringConstructor | NumberConstructor)[]; default: boolean; }; uncheckedValue: { type: (BooleanConstructor | StringConstructor | NumberConstructor)[]; default: boolean; }; checkedColor: { type: StringConstructor; }; uncheckedColor: { type: StringConstructor; }; beforeChange: { type: import("vue").PropType<(newValue: string | number | boolean) => boolean | void | Promise>; }; checkedText: { type: StringConstructor; }; uncheckedText: { type: StringConstructor; }; }>> & Readonly<{ onChange?: ((value: string | number | boolean, ev: Event) => any) | undefined; onBlur?: ((ev: FocusEvent) => any) | undefined; onFocus?: ((ev: FocusEvent) => any) | undefined; "onUpdate:modelValue"?: ((value: string | number | boolean) => any) | undefined; }>, { prefixCls: string; cls: import("vue").ComputedRef<(string | { [x: string]: string | boolean | undefined; })[]>; mergedDisabled: import("vue").ComputedRef; buttonStyle: import("vue").ComputedRef<{ '--custom-color': string; backgroundColor?: undefined; } | { backgroundColor: string; '--custom-color'?: undefined; } | undefined>; computedCheck: import("vue").ComputedRef; computedLoading: import("vue").ComputedRef; handleClick: (ev: Event) => Promise; handleFocus: (ev: FocusEvent) => void; handleBlur: (ev: FocusEvent) => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { 'update:modelValue': (value: string | number | boolean) => true; change: (value: string | number | boolean, ev: Event) => true; focus: (ev: FocusEvent) => true; blur: (ev: FocusEvent) => true; }, import("vue").PublicProps, { type: "circle" | "line" | "round"; disabled: boolean; modelValue: string | number | boolean; loading: boolean; defaultChecked: boolean; checkedValue: string | number | boolean; uncheckedValue: string | number | boolean; }, true, {}, {}, { IconLoading: any; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly; default: string; }; size: { type: import("vue").PropType<"small" | "medium">; }; checkedValue: { type: (BooleanConstructor | StringConstructor | NumberConstructor)[]; default: boolean; }; uncheckedValue: { type: (BooleanConstructor | StringConstructor | NumberConstructor)[]; default: boolean; }; checkedColor: { type: StringConstructor; }; uncheckedColor: { type: StringConstructor; }; beforeChange: { type: import("vue").PropType<(newValue: string | number | boolean) => boolean | void | Promise>; }; checkedText: { type: StringConstructor; }; uncheckedText: { type: StringConstructor; }; }>> & Readonly<{ onChange?: ((value: string | number | boolean, ev: Event) => any) | undefined; onBlur?: ((ev: FocusEvent) => any) | undefined; onFocus?: ((ev: FocusEvent) => any) | undefined; "onUpdate:modelValue"?: ((value: string | number | boolean) => any) | undefined; }>, { prefixCls: string; cls: import("vue").ComputedRef<(string | { [x: string]: string | boolean | undefined; })[]>; mergedDisabled: import("vue").ComputedRef; buttonStyle: import("vue").ComputedRef<{ '--custom-color': string; backgroundColor?: undefined; } | { backgroundColor: string; '--custom-color'?: undefined; } | undefined>; computedCheck: import("vue").ComputedRef; computedLoading: import("vue").ComputedRef; handleClick: (ev: Event) => Promise; handleFocus: (ev: FocusEvent) => void; handleBlur: (ev: FocusEvent) => void; }, {}, {}, {}, { type: "circle" | "line" | "round"; disabled: boolean; modelValue: string | number | boolean; loading: boolean; defaultChecked: boolean; checkedValue: string | number | boolean; uncheckedValue: string | number | boolean; }>; __isFragment?: undefined; __isTeleport?: undefined; __isSuspense?: undefined; } & import("vue").ComponentOptionsBase; default: string; }; size: { type: import("vue").PropType<"small" | "medium">; }; checkedValue: { type: (BooleanConstructor | StringConstructor | NumberConstructor)[]; default: boolean; }; uncheckedValue: { type: (BooleanConstructor | StringConstructor | NumberConstructor)[]; default: boolean; }; checkedColor: { type: StringConstructor; }; uncheckedColor: { type: StringConstructor; }; beforeChange: { type: import("vue").PropType<(newValue: string | number | boolean) => boolean | void | Promise>; }; checkedText: { type: StringConstructor; }; uncheckedText: { type: StringConstructor; }; }>> & Readonly<{ onChange?: ((value: string | number | boolean, ev: Event) => any) | undefined; onBlur?: ((ev: FocusEvent) => any) | undefined; onFocus?: ((ev: FocusEvent) => any) | undefined; "onUpdate:modelValue"?: ((value: string | number | boolean) => any) | undefined; }>, { prefixCls: string; cls: import("vue").ComputedRef<(string | { [x: string]: string | boolean | undefined; })[]>; mergedDisabled: import("vue").ComputedRef; buttonStyle: import("vue").ComputedRef<{ '--custom-color': string; backgroundColor?: undefined; } | { backgroundColor: string; '--custom-color'?: undefined; } | undefined>; computedCheck: import("vue").ComputedRef; computedLoading: import("vue").ComputedRef; handleClick: (ev: Event) => Promise; handleFocus: (ev: FocusEvent) => void; handleBlur: (ev: FocusEvent) => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { 'update:modelValue': (value: string | number | boolean) => true; change: (value: string | number | boolean, ev: Event) => true; focus: (ev: FocusEvent) => true; blur: (ev: FocusEvent) => true; }, string, { type: "circle" | "line" | "round"; disabled: boolean; modelValue: string | number | boolean; loading: boolean; defaultChecked: boolean; checkedValue: string | number | boolean; uncheckedValue: string | number | boolean; }, {}, string, {}, { IconLoading: any; } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: (app: App, options?: ArcoOptions | undefined) => void; }; export declare type SwitchInstance = InstanceType; export default Switch;