import { HTMLAttributes, PropsWithChildren } from "react"; interface IHeroOverlay extends PropsWithChildren> { } export declare const HeroOverlay: import("react").ForwardRefExoticComponent>; export {};