import * as tsx from 'vue-tsx-support';
export declare const VerticalMenuItemBadge: import("vue").VueConstructor<{
    _tsxattrs: tsx.TsxComponentAttrs<{} & {
        type?: "error" | "success" | "primary" | "secondary" | "warning";
    }, {}, {}>;
} & import("vue").default & {
    type: "error" | "success" | "primary" | "secondary" | "warning";
}>;
