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