import Radio from './component/index';
import withInstall from 'components/utils/withInstall';

withInstall(Radio);

export * from './component/index';
export default Radio;
