import { default as AlertBanner } from './AlertBanner';
import * as CONSTANTS from './AlertBanner.constants';
import { Props } from './AlertBanner.types';

export { CONSTANTS as ALERT_BANNER_CONSTANTS };

export type AlertBannerProps = Props;

export default AlertBanner;
