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