import { h } from 'vue';
import { SwitchValue } from './type';
declare const _default: import("vue").DefineComponent<{
    customValue: {
        type: import("vue").PropType<SwitchValue[]>;
    };
    disabled: {
        type: BooleanConstructor;
        default: any;
    };
    icon: {
        type: import("vue").PropType<((h: typeof h) => import("..").SlotReturnValue)[]>;
        default: () => ((h: typeof h) => import("..").SlotReturnValue)[];
    };
    label: {
        type: import("vue").PropType<(string | ((h: typeof h) => import("..").SlotReturnValue))[] | ((h: typeof h, props: {
            value: SwitchValue;
        }) => import("..").SlotReturnValue)>;
        default: () => (string | ((h: typeof h) => import("..").SlotReturnValue))[] | ((h: typeof h, props: {
            value: SwitchValue;
        }) => import("..").SlotReturnValue);
    };
    loading: BooleanConstructor;
    size: {
        type: import("vue").PropType<"small" | "medium" | "large">;
        default: "small" | "medium" | "large";
        validator(val: "small" | "medium" | "large"): boolean;
    };
    value: {
        type: import("vue").PropType<SwitchValue>;
        default: any;
    };
    modelValue: {
        type: import("vue").PropType<SwitchValue>;
        default: any;
    };
    defaultValue: {
        type: import("vue").PropType<SwitchValue>;
    };
    onChange: import("vue").PropType<(value: SwitchValue, context: {
        e: MouseEvent;
    }) => void>;
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
    customValue: {
        type: import("vue").PropType<SwitchValue[]>;
    };
    disabled: {
        type: BooleanConstructor;
        default: any;
    };
    icon: {
        type: import("vue").PropType<((h: typeof h) => import("..").SlotReturnValue)[]>;
        default: () => ((h: typeof h) => import("..").SlotReturnValue)[];
    };
    label: {
        type: import("vue").PropType<(string | ((h: typeof h) => import("..").SlotReturnValue))[] | ((h: typeof h, props: {
            value: SwitchValue;
        }) => import("..").SlotReturnValue)>;
        default: () => (string | ((h: typeof h) => import("..").SlotReturnValue))[] | ((h: typeof h, props: {
            value: SwitchValue;
        }) => import("..").SlotReturnValue);
    };
    loading: BooleanConstructor;
    size: {
        type: import("vue").PropType<"small" | "medium" | "large">;
        default: "small" | "medium" | "large";
        validator(val: "small" | "medium" | "large"): boolean;
    };
    value: {
        type: import("vue").PropType<SwitchValue>;
        default: any;
    };
    modelValue: {
        type: import("vue").PropType<SwitchValue>;
        default: any;
    };
    defaultValue: {
        type: import("vue").PropType<SwitchValue>;
    };
    onChange: import("vue").PropType<(value: SwitchValue, context: {
        e: MouseEvent;
    }) => void>;
}>>, {
    label: (string | ((h: typeof h) => import("..").SlotReturnValue))[] | ((h: typeof h, props: {
        value: SwitchValue;
    }) => import("..").SlotReturnValue);
    value: SwitchValue;
    modelValue: SwitchValue;
    loading: boolean;
    size: "small" | "medium" | "large";
    disabled: boolean;
    icon: ((h: typeof h) => import("..").SlotReturnValue)[];
}, {}>;
export default _default;
