import { LuzmoTopNav } from './top-nav'; import { LuzmoTopNavItem } from './top-nav-item'; declare global { interface HTMLElementTagNameMap { 'luzmo-top-nav': LuzmoTopNav; 'luzmo-top-nav-item': LuzmoTopNavItem; } } export { LuzmoTopNav } from './top-nav'; export { LuzmoTopNavItem } from './top-nav-item';