import Radio from './radio.taro.vue';
import type { ComponentPublicInstance } from 'vue';
export type { RadioProps } from './radio.taro.vue';
export type { RadioShape, RadioButtonSize, RadioGroupDirection, RadioGroupTextPosition } from './types';
export type RadioInstance = ComponentPublicInstance & InstanceType<typeof Radio>;
export { Radio, Radio as default };
