import { SgdsSwitch } from "./sgds-switch"; declare global { interface HTMLElementTagNameMap { "sgds-switch": SgdsSwitch; } }