import React from "react"; export interface PlayerIDProps { onPlayerID: (playerID: string) => void; } export declare const PlayerID: React.FC;