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