export type XYChartDownloadContextValue = { downloadDataCallback?: () => void; }; export declare const XYChartDownloadContext: import("react").Context; //# sourceMappingURL=XYChartDownload.context.d.ts.map