import { IOverlay, IOverlayProps } from "./types";
/**
 * Overlay
 */
export declare const Overlay: (props: IOverlayProps) => IOverlay;
