import { PropType } from 'vue';
declare const _default: {
    checked: {
        type: BooleanConstructor;
        default: any;
    };
    modelValue: {
        type: BooleanConstructor;
        default: any;
    };
    defaultChecked: BooleanConstructor;
    closable: BooleanConstructor;
    content: {
        type: PropType<string | number | string[] | ((h: typeof import("vue").h) => import("@/common").SlotReturnValue)>;
    };
    default: {
        type: PropType<string | ((h: typeof import("vue").h) => import("@/common").SlotReturnValue)>;
    };
    disabled: BooleanConstructor;
    icon: {
        type: PropType<(h: typeof import("vue").h) => import("@/common").SlotReturnValue>;
    };
    shape: {
        type: PropType<"mark" | "round" | "square">;
        default: "mark" | "round" | "square";
        validator(val: "mark" | "round" | "square"): boolean;
    };
    size: {
        type: PropType<import("@/common").SizeEnum>;
        default: import("@/common").SizeEnum;
        validator(val: import("@/common").SizeEnum): boolean;
    };
    variant: {
        type: PropType<"dark" | "light" | "light-outline" | "outline">;
        default: "dark" | "light" | "light-outline" | "outline";
        validator(val: "dark" | "light" | "light-outline" | "outline"): boolean;
    };
    onChange: PropType<(checked: boolean) => void>;
    onClick: PropType<(context: {
        e: MouseEvent;
    }) => void>;
    onClose: PropType<(context: {
        e: MouseEvent;
    }) => void>;
};
export default _default;
