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