import { ChartsProvider } from "../ChartsProvider/index.js"; /** * @deprecated Use `ChartsProvider` instead. We added S to the charts prefix to align with other components. */ export declare const ChartProvider: typeof ChartsProvider;