import { ZMobileNavBar_Props } from '@zurich/dev-utils/code/MobileNavBar'; type Props = Omit & { readonly modelValue?: ZMobileNavBar_Props['model']; readonly zTheme?: ZMobileNavBar_Props['z-theme']; readonly customStr?: ZMobileNavBar_Props['custom-str']; }; declare const _default: __VLS_WithTemplateSlots any; }, string, import('vue').PublicProps, Readonly & Readonly<{ "onUpdate:modelValue"?: ((modelValue: number | undefined) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>, Readonly> & Record>; export { _default as VueMobileNavBar, VueMobileNavBar as default }; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };