export default ChartSeriesShape;
declare class ChartSeriesShape extends ChartPartShape {
    constructor(options: any, offset: any, seriesLength: any);
    _offset: any;
    createDataPoint(index: any): ChartDataPointShape;
    _internalCreateDataPoint(options: any, _self: any, pointXRange: any, pointValueRange: any, index: any, length: any, offset: any, seriesLength: any): ChartDataPointShape;
}
import ChartPartShape from "../ChartPartShape";
import ChartDataPointShape from "../point/ChartDataPointShape";
//# sourceMappingURL=ChartSeriesShape.d.ts.map