export type XYChartDownloadContextValue = { downloadDataCallback?: () => void; }; export declare const XYChartDownloadContext: import("react").Context;