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