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