import * as tsx from 'vue-tsx-support';
export declare const VerticalMenuItem: import("vue").VueConstructor<{
    _tsxattrs: tsx.TsxComponentAttrs<{} & {
        active?: boolean;
        path?: string;
        text?: string;
        badge?: string | number;
    }, {}, {}>;
} & import("vue").default & {
    active: boolean;
    badge: string | number;
    text: string;
    path: string;
}>;
