import { NavBarOrientation, OnyxNavBarProps, OnyxNavBarSlots } from './types.js'; declare const _default: (__VLS_props: NonNullable>["props"], __VLS_ctx?: __VLS_PrettifyLocal>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable>["expose"], __VLS_setup?: Promise<{ props: __VLS_PrettifyLocal & Omit<{ readonly onNavigateBack?: ((event: MouseEvent) => any) | undefined; readonly "onUpdate:expanded"?: ((expanded: boolean) => any) | undefined; } & import('vue', { with: { "resolution-mode": "import" } }).VNodeProps & import('vue', { with: { "resolution-mode": "import" } }).AllowedComponentProps & import('vue', { with: { "resolution-mode": "import" } }).ComponentCustomProps, never>, "onNavigateBack" | "onUpdate:expanded"> & OnyxNavBarProps & Partial<{}>> & import('vue', { with: { "resolution-mode": "import" } }).PublicProps; expose(exposed: import('vue').ShallowUnwrapRef<{ /** * Closes the mobile burger and context menu. * Useful if you want to e.g. close them when a nav item is clicked. * Will be automatically done if a router is provided. * * Example usage: * * ```ts * const route = useRoute(); * const navBar = useTemplateRef("navBar"); * * watch(() => route.path, () => navBar.value?.closeMobileMenus()); * ``` */ closeMobileMenus: () => void; }>): void; attrs: any; slots: Readonly & OnyxNavBarSlots; emit: ((evt: "navigateBack", event: MouseEvent) => void) & ((evt: "update:expanded", expanded: boolean) => void); }>) => import('vue').VNode & { __ctx?: Awaited; }; export default _default; type __VLS_PrettifyLocal = { [K in keyof T]: T[K]; } & {};