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