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