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