export default ChartScatterSeriesShape;
declare class ChartScatterSeriesShape extends ChartType {
    constructor(options: any, offset: any, seriesLength: any);
}
import ChartType from "./ChartType";
//# sourceMappingURL=ChartScatterType.d.ts.map