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