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