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