import { FC } from "react"; import { IVideoPlayerProps } from "./VideoPlayer.interface"; declare const VideoPlayer: FC; export default VideoPlayer;