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