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