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