import m from 'mithril';
import { SVGAttributes } from '../../svg';
declare const FileVideo: m.Component<SVGAttributes>;
export default FileVideo;
