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