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