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