declare const _default: import("vue").DefineComponent<{
    modelValue: {
        type: BooleanConstructor;
        default: boolean;
        description: string;
    };
    checked: {
        type: BooleanConstructor;
        default: boolean;
        description: string;
    };
    disabled: {
        type: BooleanConstructor;
        default: boolean;
        description: string;
    };
    color: {
        type: StringConstructor;
        control: {
            type: string;
        };
        options: string[];
        validator: (val: string) => boolean;
        default: string;
        description: string;
    };
    size: {
        type: StringConstructor;
        control: {
            type: string;
        };
        options: string[];
        validator: (val: string) => boolean;
        default: string;
        description: string;
    };
}, {
    hasSlot: (name: string) => boolean;
    onChange: (val: any) => void;
    classes: import("vue").ComputedRef<string[]>;
    model: import("vue").WritableComputedRef<boolean>;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "change")[], "update:modelValue" | "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
    modelValue: {
        type: BooleanConstructor;
        default: boolean;
        description: string;
    };
    checked: {
        type: BooleanConstructor;
        default: boolean;
        description: string;
    };
    disabled: {
        type: BooleanConstructor;
        default: boolean;
        description: string;
    };
    color: {
        type: StringConstructor;
        control: {
            type: string;
        };
        options: string[];
        validator: (val: string) => boolean;
        default: string;
        description: string;
    };
    size: {
        type: StringConstructor;
        control: {
            type: string;
        };
        options: string[];
        validator: (val: string) => boolean;
        default: string;
        description: string;
    };
}>> & {
    onChange?: ((...args: any[]) => any) | undefined;
    "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
}, {
    color: string;
    size: string;
    modelValue: boolean;
    disabled: boolean;
    checked: boolean;
}, {}>;
export default _default;
