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