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