import { Overlay } from './overlay';
export type { WebOverlayProps as OverlayProps } from "../../types";
export default Overlay;
