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