import { SgdsIconCard } from "./sgds-icon-card"; declare global { interface HTMLElementTagNameMap { "sgds-icon-card": SgdsIconCard; } }