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