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