import { type PolarChartSeriesType } from "../models/seriesType/config.js";
export declare function isPolarSeriesType(seriesType: string): seriesType is PolarChartSeriesType;