import type { RadioComponentType, RadioGroupOption } from '../types/componentProps/components/radioGroup'; import type { PropType } from 'vue'; declare const _sfc_main: import("vue").DefineComponent<{ options: { type: PropType; default: () => never[]; }; componentType: { type: PropType; default: string; }; }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; default: () => never[]; }; componentType: { type: PropType; default: string; }; }>>, { options: RadioGroupOption[]; componentType: RadioComponentType; }, {}>; export default _sfc_main;