/// <reference types="react" />
import * as cg from 'chessground/types';
import { Chess as ChessEngine } from "onix-chess";
export declare const renderPlayer: (engine: ChessEngine, orientation: cg.Color, position: "top" | "bottom") => JSX.Element | null;
export declare const renderTimer: (engine: ChessEngine, orientation: cg.Color, position: "top" | "bottom") => JSX.Element | null;
export declare const renderResult: (engine: ChessEngine, orientation: cg.Color, position: "top" | "bottom") => JSX.Element | null;
