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