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