import { SgdsDrawer } from "./sgds-drawer"; declare global { interface HTMLElementTagNameMap { "sgds-drawer": SgdsDrawer; } }