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