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