import type { Components, JSX } from "../types/components"; interface RuxIconMusicVideo extends Components.RuxIconMusicVideo, HTMLElement {} export const RuxIconMusicVideo: { prototype: RuxIconMusicVideo; new (): RuxIconMusicVideo; };