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