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