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