interface NavItem { name: string; text: string; activeRoutes?: string[]; params?: Record; } interface Props { navItems: NavItem[]; activeRouteName: string; } declare function __VLS_template(): { attrs: Partial<{}>; slots: { right?(_: {}): any; }; refs: {}; rootEl: HTMLDivElement; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent any; }, string, import('vue').PublicProps, Readonly & Readonly<{ onOpen?: ((props: { name: string; params?: NavItem["params"]; }) => any) | undefined; }>, { navItems: NavItem[]; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };