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