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