import type { ComputedRef } from "vue";
import type { NavbarItem } from "@theme-hope/typings/navbar";
import type { NavbarGroupOptions, NavbarLinkOptions } from "../../../shared/index.js";
export declare const resolveNavbarItem: (item: NavbarLinkOptions | NavbarGroupOptions | string, prefix?: string) => NavbarItem;
export declare const useNavbarItems: () => ComputedRef<NavbarItem[]>;
//# sourceMappingURL=useNavbarItems.d.ts.map