/** * @license * * Copyright IBM Corp. 2020, 2024 * * This source code is licensed under the Apache-2.0 license found in the * LICENSE file in the root directory of this source tree. */ import C4DImage from '../image/image'; /** * Card CTA Image. * * @element c4d-card-cta-image */ declare class C4DCardCTAImage extends C4DImage { static get styles(): import("lit").CSSResult; } export default C4DCardCTAImage; //# sourceMappingURL=card-cta-image.d.ts.map