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