import Badge, { BadgeProps } from './badge';
import './styles/index.scss';
export { BadgeProps };
export default Badge;
