import DDSContentBlockCopy from '../content-block/content-block-copy'; import { COLOR_SCHEME } from '../../component-mixins/callout/defs'; /** * The copy content of callout with media. * * @element c4d-callout-with-media-copy */ declare class C4DCalloutWithMediaCopy extends DDSContentBlockCopy { /** * The color-scheme type. */ colorScheme: COLOR_SCHEME; static get stableSelector(): string; static get styles(): import("lit").CSSResult; } export default C4DCalloutWithMediaCopy; //# sourceMappingURL=callout-with-media-copy.d.ts.map