export default ChartDataPointDataLabelShape;
export class ChartDataPointDataLabelShapePersister extends PropertyPersister {
    constructor(path: any, options: any);
    options: any;
    fromJSON(jsonValue: any, index: any): import("../..").AbstractModel;
}
declare class ChartDataPointDataLabelShape extends ChartDataLabelShape {
    constructor(options: any, styleKey: any);
}
import PropertyPersister from "../../dagm/PropertyPersister";
import ChartDataLabelShape from "../ChartDataLabelShape";
//# sourceMappingURL=ChartDataPointDataLabelShape.d.ts.map