import { withInstall } from '../utils'; import _Radio from './Radio'; const Radio = withInstall(_Radio); export default Radio; export { Radio };