import { TopNavItem } from './src/TopNavItem.js'; declare global { interface HTMLElementTagNameMap { 'sp-top-nav-item': TopNavItem; } }