declare const _sfc_main: import("vue").DefineComponent<any, {
    liClasses: import("vue").ComputedRef<{
        active: any;
    }>;
    computedTag: import("vue").ComputedRef<"span" | "b-link">;
    computedAriaCurrent: import("vue").ComputedRef<{
        'aria-current': any;
    }>;
    clicked: (e: MouseEvent) => void;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<any> & {
    onClick?: ((...args: any[]) => any) | undefined;
}, {} | {
    [x: string]: any;
}>;
export default _sfc_main;
