import React, { FC } from "react";
export interface IOverlay {
    disableBackgroundColor?: boolean;
}
export declare const Overlay: FC<IOverlay & Omit<React.ComponentPropsWithoutRef<"div">, keyof IOverlay>>;
//# sourceMappingURL=Overlay.d.ts.map