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