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