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