import { FC } from "react"; import { BoxProps } from "../Box"; export declare const Overlay: FC; export default Overlay;