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