/** * @deprecated Use `useChartsDataProviderProps` instead. We added S to the charts prefix to align with other components. */ export declare const useChartDataProviderProps: >(inProps: import("../index.js").ChartsDataProviderProps & import("../index.js").ChartsLocalizationProviderProps) => { children: import("react").ReactNode; localeText: Partial | undefined; chartProviderProps: import("../internals/index.js").ChartsProviderProps; slots: Partial | undefined; slotProps: Partial | undefined; };