import { type AgColorType, type AgRadarAreaSeriesOptions, type AgRadarAreaSeriesStyle } from 'ag-charts-community';
import { RadarSeriesProperties } from '../radar/radarSeriesProperties';
export declare class RadarAreaSeriesProperties extends RadarSeriesProperties<AgRadarAreaSeriesStyle, AgRadarAreaSeriesOptions> {
    fill: AgColorType;
    fillOpacity: number;
}
