import { IHeroBannerComponent } from './HeroBanner.container';
/**
 * @param {IHeroBannerComponent} props - provides the properties fo React component
 * @return {ReactNode} - provides the react component to be ingested
 **/
export declare const HeroBannerComponent: (props: IHeroBannerComponent) => import("react/jsx-runtime").JSX.Element;
