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