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