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