import { VideoControlProps } from './types';
declare const VideoControls: ({ duration, time, togglePlay, play, fullscreen, onFullscreen, muted, onMute, onScrubChange, onVolume, onPIP, onCaption, controlOptions, progressBg, progressColor, tracks, srcLangs, }: VideoControlProps) => import("react/jsx-runtime").JSX.Element;
export default VideoControls;
