export default class ScatterplotOptions { width: number; height: number; data: Promise; color: Array; }