import { Notification, NotificationGroup } from '@nvidia-elements/core/notification'; declare global { interface HTMLElementTagNameMap { 'nve-notification': Notification; 'nve-notification-group': NotificationGroup; } }