import type { FC } from "react"; import type { PlayerProps } from "../shared/types"; declare const Player: FC; export default Player;