import React from 'react' import type Hls from 'hls.js' export function Controls({}: { videoRef: React.RefObject hlsRef: React.RefObject active: boolean setActive: () => void focused: boolean setFocused: (focused: boolean) => void onScreen: boolean fullscreenRef: React.RefObject hasSubtitleTrack: boolean }): React.ReactElement { throw new Error('Web-only component') }