import { DefineComponent } from 'vue' export const MlRadioGroup: DefineComponent<{ modelValue?: string options?: any[] 'onUpdate:modelValue'?: (value: any) => void onChange?: (params: any) => void }>