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