import VideoPlayer from './VideoPlayer'; export { VideoPlayer }; export * from './VideoPlayer.types'; export default VideoPlayer;