import { default as AlertBadge } from './AlertBadge';
import * as CONSTANTS from './AlertBadge.constants';
import { Props } from './AlertBadge.types';
export { CONSTANTS as ALERT_BADGE_CONSTANTS };
export type AlertBadgeProps = Props;
export default AlertBadge;
