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