declare const _default: import("vue").DefineComponent<{
    name: {
        type: StringConstructor;
        default: string;
        required: true;
        description: string;
    };
    size: {
        type: NumberConstructor;
        default: number;
        description: string;
        control: {
            type: string;
            min: number;
            max: number;
        };
    };
    square: {
        type: BooleanConstructor;
        default: boolean;
        description: string;
    };
    circle: {
        type: BooleanConstructor;
        default: boolean;
        description: string;
    };
    bgColor: {
        default: string;
        type: StringConstructor;
        description: string;
        control: {
            type: string;
        };
    };
    tooltip: {
        type: BooleanConstructor;
        default: boolean;
        description: string;
    };
    tag: {
        type: StringConstructor;
        default: string;
        description: string;
    };
    type: {
        type: StringConstructor;
        default: string;
        description: string;
        options: string[];
        control: {
            type: string;
        };
    };
}, {
    geo: import("vue").ComputedRef<"circle" | "square">;
    src: import("vue").ComputedRef<string>;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
    name: {
        type: StringConstructor;
        default: string;
        required: true;
        description: string;
    };
    size: {
        type: NumberConstructor;
        default: number;
        description: string;
        control: {
            type: string;
            min: number;
            max: number;
        };
    };
    square: {
        type: BooleanConstructor;
        default: boolean;
        description: string;
    };
    circle: {
        type: BooleanConstructor;
        default: boolean;
        description: string;
    };
    bgColor: {
        default: string;
        type: StringConstructor;
        description: string;
        control: {
            type: string;
        };
    };
    tooltip: {
        type: BooleanConstructor;
        default: boolean;
        description: string;
    };
    tag: {
        type: StringConstructor;
        default: string;
        description: string;
    };
    type: {
        type: StringConstructor;
        default: string;
        description: string;
        options: string[];
        control: {
            type: string;
        };
    };
}>>, {
    name: string;
    type: string;
    circle: boolean;
    size: number;
    square: boolean;
    bgColor: string;
    tooltip: boolean;
    tag: string;
}, {}>;
export default _default;
