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