import { Api } from './api';
import { Config } from './config';
export declare function Chessground(element: HTMLElement, config?: Config): Api;
