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