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