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