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