import { Theme } from '../theme';
import { Board } from './board';
export declare const drawWire: (board: Board, theme: Theme, context: CanvasRenderingContext2D) => void;
