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