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