import { default as Overlay } from './Overlay';
import * as CONSTANTS from './Overlay.constants';
export { CONSTANTS as OVERLAY_CONSTANTS };
export type { Props as OverlayProps, Color as OverlayColor } from './Overlay.types';
export default Overlay;
