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