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