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