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