type TypeBannerPromoProps = {
headline?: HTMLElement | null;
text?: HTMLElement | null;
actions?: HTMLElement | null;
isThemeDark?: boolean;
includeSeal?: boolean;
};
export declare const createCompositeBannerPromo: (props: TypeBannerPromoProps) => import('../../../builder/dist/index.d.ts').ElementModel;
export {};
//# sourceMappingURL=promo.d.ts.map