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