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