import { SgdsModal } from "./sgds-modal"; declare global { interface HTMLElementTagNameMap { "sgds-modal": SgdsModal; } }