import type Radio from './radio.vue'
import type RadioGroup from './radio-group.vue'

export type RadioInstance = InstanceType<typeof Radio>
export type RadioGroupInstance = InstanceType<typeof RadioGroup>
