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