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