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