/** * @license * * Copyright IBM Corp. 2021, 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 in Card Extends Image. * * @element c4d-card-in-card-image */ declare class C4DCardInCardImage extends C4DImage { static get styles(): import("lit").CSSResult; } export default C4DCardInCardImage; //# sourceMappingURL=card-in-card-image.d.ts.map