import { Player } from '../player';
import { PlayerConfig } from '../playerConfig';
/**
 * React hook that creates and returns a reference to a `Player` instance
 * that can be used inside any component.
 */
export declare function usePlayer(config?: PlayerConfig): Player;
//# sourceMappingURL=usePlayer.d.ts.map