import type { IPlayerControlsRef } from "../types"; import { type IUIState } from "../store"; export declare const updatePlayerControlsInfo: (videoElement: HTMLVideoElement | null, controls: IUIState["controls"], controlsRef: IPlayerControlsRef, showControls: boolean) => void;