export declare enum ETriangleSeriesDrawMode {
    List = "List",
    Polygon = "Polygon",
    Strip = "Strip"
}
