import { HeroBannerInterface } from './HeroBanner.interface'; type LargeHeroBannerProps = Pick; export declare const LargeHeroBanner: ({ id, eyebrow, headline, bodyCopy, bullets, callToActionRow, image, imagePlacement, variant, video, bannerType, videoTextPosition, }: LargeHeroBannerProps) => import("react").JSX.Element; export {};