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