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