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