/**
 * @deprecated Use `ChartsContext` instead. We added S to the charts prefix to align with other components.
 * @ignore - internal component.
 */
export declare const ChartContext: import("react").Context<import("../ChartsProvider/index.js").ChartsContextValue<any> | null>;