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