import { Combobox } from '@nvidia-elements/core/combobox'; declare global { interface HTMLElementTagNameMap { 'nve-combobox': Combobox; } }