import { type AxisConfig } from "../../../../models/axis.js";
import { type PolarChartSeriesType } from "../../../../models/seriesType/config.js";
import { type ChartSeriesConfig } from "../../corePlugins/useChartSeriesConfig/index.js";
import { type ProcessedSeries } from "../../corePlugins/useChartSeries/useChartSeries.types.js";
export declare const getAxisExtremum: <SeriesType extends PolarChartSeriesType>(axis: AxisConfig, axisDirection: "rotation" | "radius", seriesConfig: ChartSeriesConfig<SeriesType>, axisIndex: number, formattedSeries: ProcessedSeries<SeriesType>) => number[];