import { type ChartPlugin } from "../../models/index.mjs"; import { type UseChartSeriesConfigSignature } from "./useChartSeriesConfig.types.mjs"; export declare const useChartSeriesConfig: ChartPlugin;