import type { PropType, SlotsType, VNode } from "vue";
import type { AutoLinkOptions, NavGroup } from "../../../../shared/index.js";
import "../styles/navbar-dropdown.scss";
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
    /**
     * Dropdown config
     *
     * 下拉列表配置
     */
    config: {
        type: PropType<NavGroup<AutoLinkOptions | NavGroup<AutoLinkOptions>>>;
        required: true;
    };
}>, () => VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
    /**
     * Dropdown config
     *
     * 下拉列表配置
     */
    config: {
        type: PropType<NavGroup<AutoLinkOptions | NavGroup<AutoLinkOptions>>>;
        required: true;
    };
}>> & Readonly<{}>, {}, SlotsType<{
    title?: () => VNode | VNode[];
}>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;
//# sourceMappingURL=NavbarDropdown.d.ts.map