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