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