import React from 'react'; import { SVGIconProps } from '../types'; declare const SvgMusicVideo: ({ size, ...props }: SVGIconProps) => React.JSX.Element; export default SvgMusicVideo; //# sourceMappingURL=MusicVideo.d.ts.map