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