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