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