import { ChartAnyPluginSignature } from "../../internals/plugins/models/index.js"; import { ChartContextValue } from "./ChartProvider.types.js"; export declare const useChartContext: () => ChartContextValue;