export function addDataLabelShown(dataLabel: any): void;
export default ChartDataLabelShape;
declare class ChartDataLabelShape extends ChartPartShape {
    constructor(options: any, styleKey: any, _defaultShown: any);
    _createDataLabelTextShape(dataLabelOptions: any, styleKey: any): ChartTextShape;
}
import ChartPartShape from "./ChartPartShape";
import ChartTextShape from "./ChartTextShape";
//# sourceMappingURL=ChartDataLabelShape.d.ts.map