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