export declare enum ImageModeName { Pointer = "pointer", Rectangle = "rect", Circle = "circle", Polygon = "poly", Remove = "remove" }