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