import { ReactIconComponentType } from '../types';

declare const VideoPlay: ReactIconComponentType;
export default VideoPlay;
            