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