import { VegaLiteChart } from './index.js'; export declare class ScatterPlot extends VegaLiteChart { constructor(data: Record[], x?: string, y?: string, color?: undefined); } //# sourceMappingURL=scatter-plot.d.ts.map