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