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