import { SColor } from "@persagy-web/draw/lib"; export declare class ItemColor { static wallColor: SColor; static columnColor: SColor; static virtualWallColor: SColor; static spaceColor: SColor; static doorColor: SColor; static windowColor: SColor; static sceneMarkColor: SColor; static shadeColor: SColor; static highLightPointColor: SColor; static highLightLineColor: SColor; static rectSelectOutColor: SColor; static rectSelectInColor: SColor; static spaceBorderColor: SColor; static selectColor: SColor; static spaceHighColor: SColor; static zoneUnselectColor: SColor; static zoneInfectedColor: SColor; static zoneInfectedBorder: SColor; }