import { ZTabs_Props } from '@zurich/dev-utils/code/Tabs'; type Props = Omit & { readonly zTheme?: ZTabs_Props['z-theme']; readonly customStr?: ZTabs_Props['custom-str']; readonly modelValue?: ZTabs_Props['model']; }; 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>, Partial any>>>; export { _default as VueTabs, VueTabs as default }; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };