import { OnyxNavBarProps, OnyxNavBarSlots } from './types.js'; type __VLS_Props = OnyxNavBarProps<"vertical">; declare function __VLS_template(): { attrs: Partial<{}>; slots: Readonly & OnyxNavBarSlots; refs: { moreList: HTMLDivElement; }; rootEl: any; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, { navigateBack: (event: MouseEvent) => any; "update:expanded": (expanded: boolean) => any; }, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<__VLS_Props> & Readonly<{ onNavigateBack?: ((event: MouseEvent) => any) | undefined; "onUpdate:expanded"?: ((expanded: boolean) => any) | undefined; }>, { alignment: "center" | "top"; }, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, { moreList: HTMLDivElement; }, any>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };