'use client';
import { ChartsContext } from"../ChartsProvider/ChartsContext.js";
/**
* @deprecated Use `ChartsContext` instead. We added S to the charts prefix to align with other components.
* @ignore - internal component.
*/exportconstChartContext = ChartsContext;