import React from 'react';
import type { W1VideoControlsProps } from '../../types';
/**
 * W1VideoControls - Full-featured UI controls layer for video player
 *
 * Provides comprehensive video controls with auto-hide, themes, positioning, and keyboard shortcuts
 */
declare const W1VideoControls: React.FC<W1VideoControlsProps>;
export { W1VideoControls };
