import { Radio } from './radio.taro';
export type { RadioProps } from './radio.taro';
export type { RadioShape, RadioPosition } from './types';
export default Radio;
