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