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