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