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