import IdsElement from '../../core/ids-element'; /** * IDS Link List Component * @type {IdsLinkList} * @inherits IdsElement */ export default class IdsLinkList extends IdsElement { constructor(); connectedCallback(): void; static get attributes(): string[]; /** * Create the Template for the contents * @returns {string} The template */ template(): string; }