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