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