import React from 'react';
import { IVideoUnControlled } from './types/video';
export declare const VideoUnControlled: ({ hasInitialOverlay, timeToHideButtonsBar, autoFullScreen, onCanPlay, onVolumeChange, onFullScreenClick, onSubtitlesClick, onVolumeButtonClick, onLoadedMetadata, onVideoPause, onVideoPlay, onTimeUpdate, onTogglePlay, ...props }: IVideoUnControlled) => React.JSX.Element | null;
export { VideoUnControlled as Video };
