import { Alert, AlertGroup } from '@nvidia-elements/core/alert'; declare global { interface HTMLElementTagNameMap { 'nve-alert': Alert; 'nve-alert-group': AlertGroup; } }