import C4DImage from '../image/image'; /** * Global banner image. * * @element c4d-global-banner-image */ declare class C4DGlobalBannerImage extends C4DImage { /** * The shadow slot the image should go in */ slot: string; static get stableSelector(): string; static get styles(): import("lit").CSSResult; } export default C4DGlobalBannerImage; //# sourceMappingURL=global-banner-image.d.ts.map