import { PropType } from 'vue';
declare const _default: {
    color: {
        type: StringConstructor;
        default: string;
    };
    content: {
        type: PropType<string | ((h: typeof import("vue").h) => import("@/common").SlotReturnValue)>;
    };
    count: {
        type: PropType<string | number | ((h: typeof import("vue").h) => import("@/common").SlotReturnValue)>;
        default: string | number | ((h: typeof import("vue").h) => import("@/common").SlotReturnValue);
    };
    dot: BooleanConstructor;
    maxCount: {
        type: NumberConstructor;
        default: number;
    };
    offset: {
        type: PropType<(string | number)[]>;
    };
    shape: {
        type: PropType<"bubble" | "circle" | "ribbon" | "ribbon-left" | "ribbon-right" | "square" | "triangle-left" | "triangle-right">;
        default: "bubble" | "circle" | "ribbon" | "ribbon-left" | "ribbon-right" | "square" | "triangle-left" | "triangle-right";
        validator(val: "bubble" | "circle" | "ribbon" | "ribbon-left" | "ribbon-right" | "square" | "triangle-left" | "triangle-right"): boolean;
    };
    showZero: BooleanConstructor;
    size: {
        type: PropType<"large" | "medium">;
        default: "large" | "medium";
        validator(val: "large" | "medium"): boolean;
    };
};
export default _default;
