import { SgdsComboBox } from "./sgds-combo-box"; declare global { interface HTMLElementTagNameMap { "sgds-combo-box": SgdsComboBox; } }