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