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