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