/** * Defines supported region types. */ export declare enum RegionDataType { Point = "point", Rect = "rect", Polyline = "polyline", Polygon = "polygon", Path = "Path" }