import MiniBoard from './MiniBoard';

export default function (
    x: number, y: number,
    config?: MiniBoard.IConfig
): MiniBoard;