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