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