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