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