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