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