import type { Components, JSX } from "../types/components"; interface RuxIconCloudQueue extends Components.RuxIconCloudQueue, HTMLElement {} export const RuxIconCloudQueue: { prototype: RuxIconCloudQueue; new (): RuxIconCloudQueue; };