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