import { default as Badge } from './Badge';
import { Props } from './Badge.types';
import * as CONSTANTS from './Badge.constants';
export { CONSTANTS as BADGE_CONSTANTS };
export type BadgeProps = Props;
export default Badge;
