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