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