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