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