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