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