/**
 * Enumeration constants to define the type of {@link DataLabelProvider | DataLabelProvider}
 */
export declare enum EDataLabelProviderType {
    Default = "Default",
    Line = "Line",
    Column = "Column",
    Text = "Text",
    Heatmap = "Heatmap",
    Band = "Band",
    Bubble = "Bubble",
    NonUniformHeatmap = "NonUniformHeatmap",
    Contours = "Contours",
    StackedCollection = "StackedCollection",
    Custom = "Custom"
}
