import IdsElement from '../../core/ids-element'; /** * IDS Card Action Component * @type {IdsCardAction} * @inherits IdsElement */ export default class IdsCardAction extends IdsElement { constructor(); /** * Create the Template for the contents * @returns {string} The Template */ template(): string; }