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