export declare function formatTime(seconds: number): string;
export declare function formatTimeLive(currentTime: number, duration: number): string;
export declare function getSliderBackground(currentTime: number, duration: number): string;
export declare function getVolumeSliderBackground(isMuted: boolean, volume: number): string;
export declare function resetControlsTimeout(component: any): void;
export declare function formatLocalTime(utcTimeString: string): string;
