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