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