import { type ColorProcessor } from "../../internals/plugins/corePlugins/useChartSeriesConfig/index.mjs"; declare const getColor: ColorProcessor<'scatter'>; export default getColor;