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