import { IconLink } from '../src/elements/IconLink.js'; declare global { interface HTMLElementTagNameMap { 'sp-icon-link': IconLink; } }