import { default as OverlayAlert } from './OverlayAlert';
import * as CONSTANTS from './OverlayAlert.constants';
import { Props } from './OverlayAlert.types';
export { CONSTANTS as OVERLAY_ALERT_CONSTANTS };
export type OverlayAlertProps = Props;
export default OverlayAlert;
