export declare const ElSwitch: import("element-plus/es/utils").SFCWithInstall; readonly value: import("element-plus/es/utils").EpPropFinalized; readonly disabled: import("element-plus/es/utils").EpPropFinalized; readonly width: import("element-plus/es/utils").EpPropFinalized; readonly inlinePrompt: import("element-plus/es/utils").EpPropFinalized; readonly activeIcon: { readonly type: import("vue").PropType (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly inactiveIcon: { readonly type: import("vue").PropType (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly activeText: import("element-plus/es/utils").EpPropFinalized; readonly inactiveText: import("element-plus/es/utils").EpPropFinalized; readonly activeColor: import("element-plus/es/utils").EpPropFinalized; readonly inactiveColor: import("element-plus/es/utils").EpPropFinalized; readonly borderColor: import("element-plus/es/utils").EpPropFinalized; readonly activeValue: import("element-plus/es/utils").EpPropFinalized; readonly inactiveValue: import("element-plus/es/utils").EpPropFinalized; readonly name: import("element-plus/es/utils").EpPropFinalized; readonly validateEvent: import("element-plus/es/utils").EpPropFinalized; readonly id: StringConstructor; readonly loading: import("element-plus/es/utils").EpPropFinalized; readonly beforeChange: { readonly type: import("vue").PropType<() => boolean | Promise>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly size: { readonly type: import("vue").PropType ("" | "default" | "small" | "large") & {}) | (() => "" | "default" | "small" | "large") | ((new (...args: any[]) => ("" | "default" | "small" | "large") & {}) | (() => "" | "default" | "small" | "large"))[], unknown, "" | "default" | "small" | "large">>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly tabindex: { readonly type: import("vue").PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; }, { COMPONENT_NAME: string; props: Readonly; readonly value: import("element-plus/es/utils").EpPropFinalized; readonly disabled: import("element-plus/es/utils").EpPropFinalized; readonly width: import("element-plus/es/utils").EpPropFinalized; readonly inlinePrompt: import("element-plus/es/utils").EpPropFinalized; readonly activeIcon: { readonly type: import("vue").PropType (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly inactiveIcon: { readonly type: import("vue").PropType (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly activeText: import("element-plus/es/utils").EpPropFinalized; readonly inactiveText: import("element-plus/es/utils").EpPropFinalized; readonly activeColor: import("element-plus/es/utils").EpPropFinalized; readonly inactiveColor: import("element-plus/es/utils").EpPropFinalized; readonly borderColor: import("element-plus/es/utils").EpPropFinalized; readonly activeValue: import("element-plus/es/utils").EpPropFinalized; readonly inactiveValue: import("element-plus/es/utils").EpPropFinalized; readonly name: import("element-plus/es/utils").EpPropFinalized; readonly validateEvent: import("element-plus/es/utils").EpPropFinalized; readonly id: StringConstructor; readonly loading: import("element-plus/es/utils").EpPropFinalized; readonly beforeChange: { readonly type: import("vue").PropType<() => boolean | Promise>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly size: { readonly type: import("vue").PropType ("" | "default" | "small" | "large") & {}) | (() => "" | "default" | "small" | "large") | ((new (...args: any[]) => ("" | "default" | "small" | "large") & {}) | (() => "" | "default" | "small" | "large"))[], unknown, "" | "default" | "small" | "large">>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly tabindex: { readonly type: import("vue").PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; }>> & { onChange?: ((val: string | number | boolean) => any) | undefined; "onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined; onInput?: ((val: string | number | boolean) => any) | undefined; }>>; emit: ((event: "update:modelValue", val: string | number | boolean) => void) & ((event: "change", val: string | number | boolean) => void) & ((event: "input", val: string | number | boolean) => void); vm: import("vue").ComponentInternalInstance; formItem: import("../..").FormItemContext | undefined; switchSize: import("vue").ComputedRef<"" | "default" | "small" | "large">; ns: { namespace: import("vue").Ref; b: (blockSuffix?: string) => string; e: (element?: string | undefined) => string; m: (modifier?: string | undefined) => string; be: (blockSuffix?: string | undefined, element?: string | undefined) => string; em: (element?: string | undefined, modifier?: string | undefined) => string; bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string; bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string; is: { (name: string, state: boolean | undefined): string; (name: string): string; }; cssVar: (object: Record) => Record; cssVarName: (name: string) => string; cssVarBlock: (object: Record) => Record; cssVarBlockName: (name: string) => string; }; inputId: import("vue").Ref; switchDisabled: import("vue").ComputedRef; isControlled: import("vue").Ref; input: import("vue").Ref; core: import("vue").Ref; switchKls: import("vue").ComputedRef; coreStyle: import("vue").ComputedRef; actualValue: import("vue").ComputedRef>; checked: import("vue").ComputedRef; handleChange: () => void; switchValue: () => void; styles: import("vue").ComputedRef>; focus: () => void; ElIcon: import("element-plus/es/utils").SFCWithInstall (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly color: { readonly type: import("vue").PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; }, { props: Readonly (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly color: { readonly type: import("vue").PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; }>> & { [x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined; }>>; ns: { namespace: import("vue").Ref; b: (blockSuffix?: string) => string; e: (element?: string | undefined) => string; m: (modifier?: string | undefined) => string; be: (blockSuffix?: string | undefined, element?: string | undefined) => string; em: (element?: string | undefined, modifier?: string | undefined) => string; bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string; bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string; is: { (name: string, state: boolean | undefined): string; (name: string): string; }; cssVar: (object: Record) => Record; cssVarName: (name: string) => string; cssVarBlock: (object: Record) => Record; cssVarBlockName: (name: string) => string; }; style: import("vue").ComputedRef; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly color: { readonly type: import("vue").PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; }>>, {}>> & Record; Loading: import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly>, {}>; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "update:modelValue": (val: string | number | boolean) => boolean; change: (val: string | number | boolean) => boolean; input: (val: string | number | boolean) => boolean; }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; readonly value: import("element-plus/es/utils").EpPropFinalized; readonly disabled: import("element-plus/es/utils").EpPropFinalized; readonly width: import("element-plus/es/utils").EpPropFinalized; readonly inlinePrompt: import("element-plus/es/utils").EpPropFinalized; readonly activeIcon: { readonly type: import("vue").PropType (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly inactiveIcon: { readonly type: import("vue").PropType (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly activeText: import("element-plus/es/utils").EpPropFinalized; readonly inactiveText: import("element-plus/es/utils").EpPropFinalized; readonly activeColor: import("element-plus/es/utils").EpPropFinalized; readonly inactiveColor: import("element-plus/es/utils").EpPropFinalized; readonly borderColor: import("element-plus/es/utils").EpPropFinalized; readonly activeValue: import("element-plus/es/utils").EpPropFinalized; readonly inactiveValue: import("element-plus/es/utils").EpPropFinalized; readonly name: import("element-plus/es/utils").EpPropFinalized; readonly validateEvent: import("element-plus/es/utils").EpPropFinalized; readonly id: StringConstructor; readonly loading: import("element-plus/es/utils").EpPropFinalized; readonly beforeChange: { readonly type: import("vue").PropType<() => boolean | Promise>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly size: { readonly type: import("vue").PropType ("" | "default" | "small" | "large") & {}) | (() => "" | "default" | "small" | "large") | ((new (...args: any[]) => ("" | "default" | "small" | "large") & {}) | (() => "" | "default" | "small" | "large"))[], unknown, "" | "default" | "small" | "large">>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly tabindex: { readonly type: import("vue").PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; }>> & { onChange?: ((val: string | number | boolean) => any) | undefined; "onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined; onInput?: ((val: string | number | boolean) => any) | undefined; }, { readonly disabled: import("element-plus/es/utils").EpPropMergeType; readonly loading: import("element-plus/es/utils").EpPropMergeType; readonly name: string; readonly modelValue: import("element-plus/es/utils").EpPropMergeType; readonly validateEvent: import("element-plus/es/utils").EpPropMergeType; readonly width: import("element-plus/es/utils").EpPropMergeType; readonly value: import("element-plus/es/utils").EpPropMergeType; readonly borderColor: string; readonly inlinePrompt: import("element-plus/es/utils").EpPropMergeType; readonly activeText: string; readonly inactiveText: string; readonly activeColor: string; readonly inactiveColor: string; readonly activeValue: import("element-plus/es/utils").EpPropMergeType; readonly inactiveValue: import("element-plus/es/utils").EpPropMergeType; }>> & Record; export default ElSwitch; export * from './src/switch';