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