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