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