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