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