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