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