/**
 * @deprecated Use `useChartsContext` instead. We added S to the charts prefix to align with other components.
 */
export declare const useChartContext: <TSignatures extends readonly import("../../internals/index.js").ChartAnyPluginSignature[], TOptionalSignatures extends readonly import("../../internals/index.js").ChartAnyPluginSignature[] = []>() => import("../ChartsProvider/index.js").ChartsContextValue<TSignatures, TOptionalSignatures>;