import { Icon } from '../iconTypes';
declare const IconFileVideo: (props: Icon) => JSX.Element;
export default IconFileVideo;
