import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
declare const MusicVideo: FunctionalComponent<HTMLAttributes & VNodeProps>;
export default MusicVideo;
