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