import React from 'react'; import type { ReactPlayerProps } from 'react-player'; declare const VideoPlayer: React.FC; export default VideoPlayer;