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