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