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