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