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