import { Brush, LeftTopAlignedArea } from '../../types';
export declare function strokeRectangle({ color, virtualArea, }: {
    color: string;
    virtualArea: LeftTopAlignedArea;
}): Brush;
