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