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