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