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