export default ChartSeriesDataLabelShape;
declare class ChartSeriesDataLabelShape extends ChartDataLabelShape {
    constructor(options: any, styleKey: any);
    createDataPointLabel: (index: any, readonly?: boolean) => ChartDataPointDataLabelShape;
}
import ChartDataLabelShape from "../ChartDataLabelShape";
import ChartDataPointDataLabelShape from "../point/ChartDataPointDataLabelShape";
//# sourceMappingURL=ChartSeriesDataLabelShape.d.ts.map