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