import type { ChartContext } from './types';
export declare const ChartProvider: import("react").Provider<ChartContext | null>;
/** Access the chart context. Throws if used outside <Chart>. */
export declare function useChart(): ChartContext;
//# sourceMappingURL=ChartContext.d.ts.map