export declare const SgSwitch: import("../../utils").SFCWithInstall; readonly value: import("../../utils").BuildPropReturn; readonly disabled: import("../../utils").BuildPropReturn; readonly width: import("../../utils").BuildPropReturn; readonly inlinePrompt: import("../../utils").BuildPropReturn; readonly activeText: import("../../utils").BuildPropReturn; readonly inactiveText: import("../../utils").BuildPropReturn; readonly trueValue: import("../../utils").BuildPropReturn; readonly falseValue: import("../../utils").BuildPropReturn; readonly id: StringConstructor; readonly loading: import("../../utils").BuildPropReturn; readonly beforeChange: import("../../utils").BuildPropReturn boolean | Promise>, unknown, unknown, unknown, unknown>; readonly size: import("../../utils").BuildPropReturn<(new (...args: any[]) => ("" | "small" | "default" | "large") & {}) | (() => "" | "small" | "default" | "large") | ((new (...args: any[]) => ("" | "small" | "default" | "large") & {}) | (() => "" | "small" | "default" | "large"))[], unknown, unknown, unknown, unknown>; readonly validateEvent: import("../../utils").BuildPropReturn; }, { corWidth: import("vue").ComputedRef<{ width: string; } | undefined>; attrs: { [x: string]: unknown; }; ns: { namespace: import("vue").ComputedRef; 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; }; input: import("vue").Ref; core: import("vue").Ref; switchDisabled: import("vue").ComputedRef; checked: import("vue").ComputedRef; switchKls: import("vue").ComputedRef; handleChange: () => void; switchValue: () => void; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "update:modelValue": (val: string | number | boolean) => boolean; onChange: (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("../../utils").BuildPropReturn; readonly disabled: import("../../utils").BuildPropReturn; readonly width: import("../../utils").BuildPropReturn; readonly inlinePrompt: import("../../utils").BuildPropReturn; readonly activeText: import("../../utils").BuildPropReturn; readonly inactiveText: import("../../utils").BuildPropReturn; readonly trueValue: import("../../utils").BuildPropReturn; readonly falseValue: import("../../utils").BuildPropReturn; readonly id: StringConstructor; readonly loading: import("../../utils").BuildPropReturn; readonly beforeChange: import("../../utils").BuildPropReturn boolean | Promise>, unknown, unknown, unknown, unknown>; readonly size: import("../../utils").BuildPropReturn<(new (...args: any[]) => ("" | "small" | "default" | "large") & {}) | (() => "" | "small" | "default" | "large") | ((new (...args: any[]) => ("" | "small" | "default" | "large") & {}) | (() => "" | "small" | "default" | "large"))[], unknown, unknown, unknown, unknown>; readonly validateEvent: import("../../utils").BuildPropReturn; }>> & { onOnChange?: ((val: string | number | boolean) => any) | undefined; onInput?: ((val: string | number | boolean) => any) | undefined; "onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined; }, { readonly width: number; readonly size: import("../../utils").BuildPropType<(new (...args: any[]) => ("" | "small" | "default" | "large") & {}) | (() => "" | "small" | "default" | "large") | ((new (...args: any[]) => ("" | "small" | "default" | "large") & {}) | (() => "" | "small" | "default" | "large"))[], unknown, unknown>; readonly disabled: import("../../utils").BuildPropType; readonly modelValue: import("../../utils").BuildPropType; readonly validateEvent: import("../../utils").BuildPropType; readonly value: import("../../utils").BuildPropType; readonly loading: import("../../utils").BuildPropType; readonly beforeChange: () => boolean | Promise; readonly inlinePrompt: import("../../utils").BuildPropType; readonly activeText: string; readonly inactiveText: string; readonly trueValue: import("../../utils").BuildPropType; readonly falseValue: import("../../utils").BuildPropType; }>> & Record; export default SgSwitch; export * from './src/switch';