/** * @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 C4DCardFooter from '../card/card-footer'; /** * Feature card footer. * * @element c4d-feature-card-footer */ declare class C4DFeatureCardFooter extends C4DCardFooter { updated(changedProperties: any): void; static styles: any; } export default C4DFeatureCardFooter; //# sourceMappingURL=feature-card-footer.d.ts.map