import { VNode } from "snabbdom"; import { PyChessModel } from "./types"; export declare function gameInfo(model: PyChessModel): VNode;