import type { XYChartSeriesWithDatapoints } from '../types/xy-chart-internals.js'; /** * XYChart data and downloads the file. * @param data - XYChart series with data points * @returns void */ export declare const buildAndDownloadCsv: (data: XYChartSeriesWithDatapoints[]) => void;