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