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