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