export declare enum EChart2DModifierType {
    Cursor = "Cursor",
    PolarCursor = "PolarCursor",
    DataPointSelection = "DataPointSelection",
    PolarDataPointSelection = "PolarDataPointSelection",
    Legend = "Legend",
    PolarLegend = "PolarLegend",
    MouseWheelZoom = "MouseWheelZoom",
    PolarMouseWheelZoom = "PolarMouseWheelZoom",
    PinchZoom = "PinchZoom",
    Rollover = "Rollover",
    VerticalSlice = "VerticalSlice",
    RubberBandXYZoom = "RubberBandXYZoom",
    PolarArcZoom = "PolarArcZoom",
    SeriesSelection = "SeriesSelection",
    PolarSeriesSelection = "PolarSeriesSelection",
    XAxisDrag = "XAxisDrag",
    YAxisDrag = "YAxisDrag",
    ZoomExtents = "ZoomExtents",
    PolarZoomExtents = "PolarZoomExtents",
    ZoomPan = "ZoomPan",
    PolarPan = "PolarPan",
    OverviewRangeSelection = "OverviewRangeSelection",
    AnnotationHover = "AnnotationHover",
    MultiPointAnnotationEditor = "MultiPointAnnotationEditor",
    Custom = "Custom"
}
export declare enum EChart3DModifierType {
    MouseWheelZoom = "MouseWheelZoom",
    Orbit = "Orbit",
    ZoomExtents = "ZoomExtents",
    Tooltip = "Tooltip",
    SeriesSelection = "SeriesSelection",
    PinchZoom = "PinchZoom",
    Legend = "Legend",
    Custom = "Custom"
}
