declare const _sfc_main: import("vue").DefineComponent<{
    /**
     * 显示的数字
     *
     * @type {Number}
     */
    count: {
        type: NumberConstructor;
    };
    /**
     * 自定义的class名称，dot 模式下无效
     *
     * @type {String}
     */
    className: {
        type: StringConstructor;
    };
    /**
     * 封顶的数字值
     *
     * @type {Number, String}
     */
    overflowCount: {
        type: (NumberConstructor | StringConstructor)[];
        default: number;
    };
    /**
     * 当数值为0时是否显示
     *
     * @type {Boolean}
     */
    showZero: {
        type: BooleanConstructor;
        default: boolean;
    };
    /**
     * 自定义内容
     *
     * @type {String}
     */
    text: {
        type: StringConstructor;
        default: string;
    };
    /**
     * 颜色
     *
     * @type {String}
     */
    color: {
        type: StringConstructor;
        default: string;
    };
    /**
     * 数字偏移位置
     *
     * @type {Array}
     */
    offset: {
        type: ArrayConstructor;
    };
    /**
     * 显示成小红点
     *
     * @type {Boolean}
     */
    dot: {
        type: BooleanConstructor;
        default: boolean;
    };
    /**
     * 是否显示徽标
     *
     * @type {Boolean}
     */
    show: {
        type: BooleanConstructor;
        default: boolean;
    };
    /**
     * 设置 Badge 为状态点
     *
     * @type {String}
     */
    status: {
        type: StringConstructor;
    };
}, {
    prefixCls: string;
    dotClasses: import("vue").ComputedRef<{}[]>;
    countClasses: import("vue").ComputedRef<(string | {
        [x: string]: boolean;
    })[]>;
    countSlotsClasses: import("vue").ComputedRef<(string | {
        [x: string]: boolean;
    })[]>;
    statusWrapperClasses: import("vue").ComputedRef<string[]>;
    statusClasses: import("vue").ComputedRef<(string | {
        [x: string]: boolean;
    })[]>;
    slotsStyles: import("vue").ComputedRef<{}>;
    statusStyles: import("vue").ComputedRef<{}>;
    styles: import("vue").ComputedRef<{}>;
    finalCount: import("vue").ComputedRef<string | number>;
    showBadge: import("vue").ComputedRef<boolean>;
    hasCount: import("vue").ComputedRef<boolean>;
    alone: import("vue").ComputedRef<boolean>;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
    /**
     * 显示的数字
     *
     * @type {Number}
     */
    count: {
        type: NumberConstructor;
    };
    /**
     * 自定义的class名称，dot 模式下无效
     *
     * @type {String}
     */
    className: {
        type: StringConstructor;
    };
    /**
     * 封顶的数字值
     *
     * @type {Number, String}
     */
    overflowCount: {
        type: (NumberConstructor | StringConstructor)[];
        default: number;
    };
    /**
     * 当数值为0时是否显示
     *
     * @type {Boolean}
     */
    showZero: {
        type: BooleanConstructor;
        default: boolean;
    };
    /**
     * 自定义内容
     *
     * @type {String}
     */
    text: {
        type: StringConstructor;
        default: string;
    };
    /**
     * 颜色
     *
     * @type {String}
     */
    color: {
        type: StringConstructor;
        default: string;
    };
    /**
     * 数字偏移位置
     *
     * @type {Array}
     */
    offset: {
        type: ArrayConstructor;
    };
    /**
     * 显示成小红点
     *
     * @type {Boolean}
     */
    dot: {
        type: BooleanConstructor;
        default: boolean;
    };
    /**
     * 是否显示徽标
     *
     * @type {Boolean}
     */
    show: {
        type: BooleanConstructor;
        default: boolean;
    };
    /**
     * 设置 Badge 为状态点
     *
     * @type {String}
     */
    status: {
        type: StringConstructor;
    };
}>>, {
    text: string;
    color: string;
    show: boolean;
    overflowCount: string | number;
    showZero: boolean;
    dot: boolean;
}>;
export default _sfc_main;
