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