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