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