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