import { ZRadioSelect_Props } from '@zurich/dev-utils/code/RadioSelect'; type Props = Omit & { readonly zTheme?: ZRadioSelect_Props['z-theme']; readonly customStr?: ZRadioSelect_Props['custom-str']; readonly modelValue?: ZRadioSelect_Props['model']; helpText?: ZRadioSelect_Props['help-text']; }; declare const _default: __VLS_WithTemplateSlots any; }, string, import('vue').PublicProps, Readonly & Readonly<{ "onUpdate:modelValue"?: ((modelValue: string | null | undefined) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, { inputRef: HTMLInputElement; }, HTMLFieldSetElement>, Readonly> & Record<"label" | "help-text" | "options", any>>; export { _default as VueRadioSelect, VueRadioSelect as default }; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };