import React from "react";
import { PlayerProps } from "../../utils/types";
declare const Player: React.FC<PlayerProps>;
export default Player;
