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