import type { ComputedRef } from 'vue'; import type { NavbarItem } from '../typings.js'; export declare const useNavbarConfig: () => ComputedRef;