import { GameProps } from '../GameProps';
export declare const WatchGame: (props: GameProps, container: HTMLElement) => void;
