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