export default function addDots(data: { [key: string]: unknown; }[], y: string, yMin: number, yMax: number, color: string, chartData: string[][], options: { width: number; height: number; }): void;