import IdsElement from '../../core/ids-element'; /** * IDS Hierarchy Legend Component * @type {IdsHierarchyLegend} * @inherits IdsElement */ export default class IdsHierarchyLegend extends IdsElement { constructor(); /** * ids-hierarchy-legend `connectedCallback` implementation * @returns {void} */ connectedCallback(): void; disconnectedCallback(): void; template(): string; }