import { VNode } from 'snabbdom'; import PgnViewer from '../pgnViewer'; export declare const renderMoves: (ctrl: PgnViewer) => VNode;