interface PathwayHeroProps { actions: HTMLElement | null; eyebrow: HTMLElement | null; headline: HTMLElement | null; image: HTMLImageElement | null; includesAnimation?: boolean; isImagePositionLeft?: boolean; isThemeDark?: boolean; text: HTMLElement | null; video: HTMLVideoElement | null; } export declare const createCompositePathwayHero: (props: PathwayHeroProps) => import('../../../builder/dist/index.d.ts').ElementModel; export {}; //# sourceMappingURL=hero.d.ts.map