import { FC } from 'react';
import { VideoPlayerProps } from './VideoPlayer.type';
export declare const VideoPlayer: FC<VideoPlayerProps>;
