import { RadioOption } from './CpRadioNew.vue'; interface Props { autofocus?: boolean; direction?: 'horizontal' | 'vertical'; groupHelperText?: string; groupLabel?: string; groupName?: string; modelValue: string; options: RadioOption[]; required?: boolean; size?: 'md' | 'lg'; } declare const __VLS_export: import('vue').DefineComponent any; }, string, import('vue').PublicProps, Readonly & Readonly<{ "onUpdate:modelValue"?: ((value: string) => any) | undefined; }>, { size: "md" | "lg"; autofocus: boolean; groupName: string; direction: "horizontal" | "vertical"; groupHelperText: string; groupLabel: string; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default; //# sourceMappingURL=CpRadioGroup.vue.d.ts.map