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-runtime").JSX.Element; export {};