import { StarRating } from '@nvidia-elements/core/star-rating'; declare global { interface HTMLElementTagNameMap { 'nve-star-rating': StarRating; } }