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