import { ZNavigation_Props } from '@zurich/dev-utils/code/Navigation'; type Props = Omit & { readonly withTop?: ZNavigation_Props['with-top']; readonly zTheme?: ZNavigation_Props['z-theme']; readonly customStr?: ZNavigation_Props['custom-str']; }; declare const _default: __VLS_WithTemplateSlots & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>, Readonly> & Record<"nav" | "logo", any>>; export { _default as VueNavigation, VueNavigation as default }; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };