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