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