import { type ChartAnyPluginSignature } from "../../internals/plugins/models/index.js"; import { type ChartsContextValue } from "./ChartsProvider.types.js"; export declare const useChartsContext: () => ChartsContextValue;