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