import { SgdsAlert } from "./sgds-alert"; import { SgdsAlertLink } from "./sgds-alert-link"; declare global { interface HTMLElementTagNameMap { "sgds-alert-link": SgdsAlertLink; "sgds-alert": SgdsAlert; } }