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