import { SgdsCloseButton } from "./sgds-close-button"; declare global { interface HTMLElementTagNameMap { "sgds-close-button": SgdsCloseButton; } }