import { Chart } from './chart'; export declare class Scatter extends Chart { protected getChartType(): string; protected plotOptions(): Highcharts.PlotOptions; }