import type { PropType, VNode } from "vue";
import type { SidebarItem } from "@theme-hope/typings/sidebar";
import "../../styles/sidebar/sidebar-links.scss";
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
    /**
     * Sidebar links config
     *
     * 侧边栏链接配置
     */
    config: {
        type: PropType<SidebarItem[]>;
        required: true;
    };
}>, () => VNode | null, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
    /**
     * Sidebar links config
     *
     * 侧边栏链接配置
     */
    config: {
        type: PropType<SidebarItem[]>;
        required: true;
    };
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;
