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