import { PropsWithChildren } from 'react'; import type { XYChartDownloadContextValue } from '../context/XYChartDownload.context.js'; type XYChartDownloadProviderProps = PropsWithChildren; export declare const XYChartDownloadProvider: ({ children, downloadDataCallback, }: XYChartDownloadProviderProps) => import("react").JSX.Element; export {}; //# sourceMappingURL=XYChartDownloadProvider.d.ts.map