import { ZFieldset_Props } from '@zurich/dev-utils/code/Fieldset'; type Props = Omit & { readonly customStr?: ZFieldset_Props['custom-str']; readonly zTheme?: ZFieldset_Props['z-theme']; }; declare const _default: __VLS_WithTemplateSlots & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLFieldSetElement>, { default?(_: {}): any; }>; export { _default as VueFieldset, VueFieldset as default }; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };