import { Image, LeftTopAlignedArea } from '../../types';
import { Piece } from '@minofrk/msf-io-ts';
export declare function makePieceImage(name: Piece, virtualArea: LeftTopAlignedArea, rotate: number): Image;
export declare function makeErrorPieceImage(virtualArea: LeftTopAlignedArea): Image;
