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