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