/** * @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 C4DCardHeading from '../card/card-heading'; /** * Card Link Heading. * * @element c4d-card-link-heading */ declare class C4DCardLinkHeading extends C4DCardHeading { static get stableSelector(): string; static styles: any; } export default C4DCardLinkHeading; //# sourceMappingURL=card-link-heading.d.ts.map