import type { Components, JSX } from "../dist/types/components"; interface BalNavigationMetaEnd extends Components.BalNavigationMetaEnd, HTMLElement {} export const BalNavigationMetaEnd: { prototype: BalNavigationMetaEnd; new (): BalNavigationMetaEnd; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;