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