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