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