import { Player as ShakaPlayer } from "shaka-player/dist/shaka-player.ui";
import { PlayerProps } from "../types";
declare const useStats: (player: ShakaPlayer, props?: PlayerProps) => void;
export default useStats;
