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