import { SgdsQuantityToggle } from "./sgds-quantity-toggle"; declare global { interface HTMLElementTagNameMap { "sgds-quantity-toggle": SgdsQuantityToggle; } }