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