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