import type { ControlVideoStateProps } from './types'; declare const ControlVideoState: ({ components, onPause, onPlay, onForward, onRewind, isPlaying, spacing, }: ControlVideoStateProps) => JSX.Element; export default ControlVideoState;