export declare const Menu: {
    new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
        activeIndex: string;
        routes: import('..').ISidebarItem[];
    }> & Readonly<{
        onClickSidebar?: ((...args: any[]) => any) | undefined;
        onOpenMenu?: ((...args: any[]) => any) | undefined;
        onCloseMenu?: ((...args: any[]) => any) | undefined;
        onChangeCollapse?: ((...args: any[]) => any) | undefined;
    }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
        clickSidebar: (...args: any[]) => void;
        openMenu: (...args: any[]) => void;
        closeMenu: (...args: any[]) => void;
        changeCollapse: (...args: any[]) => void;
    }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
        P: {};
        B: {};
        D: {};
        C: {};
        M: {};
        Defaults: {};
    }, Readonly<{
        activeIndex: string;
        routes: import('..').ISidebarItem[];
    }> & Readonly<{
        onClickSidebar?: ((...args: any[]) => any) | undefined;
        onOpenMenu?: ((...args: any[]) => any) | undefined;
        onCloseMenu?: ((...args: any[]) => any) | undefined;
        onChangeCollapse?: ((...args: any[]) => any) | undefined;
    }>, {}, {}, {}, {}, {}>;
    __isFragment?: never;
    __isTeleport?: never;
    __isSuspense?: never;
} & import('vue').ComponentOptionsBase<Readonly<{
    activeIndex: string;
    routes: import('..').ISidebarItem[];
}> & Readonly<{
    onClickSidebar?: ((...args: any[]) => any) | undefined;
    onOpenMenu?: ((...args: any[]) => any) | undefined;
    onCloseMenu?: ((...args: any[]) => any) | undefined;
    onChangeCollapse?: ((...args: any[]) => any) | undefined;
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
    clickSidebar: (...args: any[]) => void;
    openMenu: (...args: any[]) => void;
    closeMenu: (...args: any[]) => void;
    changeCollapse: (...args: any[]) => void;
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & (import('vue').VNodeProps & (import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & import('vue').Plugin));
export default Menu;
