/// <reference types="react" />
import type { Types } from "../types";
export declare function FadeOverlay({ color, enable, position, intensity, height, width, absolute, }: Types.FadeOverlayProps): JSX.Element;
//# sourceMappingURL=index.d.ts.map