import * as tsx from 'vue-tsx-support';
export declare const Navigation: import("vue").VueConstructor<{
    _tsxattrs: tsx.TsxComponentAttrs<{} & {
        items?: any;
        level?: string | number;
    }, {}, {}>;
} & import("vue").default & {
    items: any;
    level: string | number;
}>;
