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