import { IProportionalAggregatorFn, IProportionalDonutContentAggregatorProperties } from "./types"; export interface IFieldMapperAggregatorProperties extends IProportionalDonutContentAggregatorProperties { chartSeriesDataFieldId?: string; } export declare const fieldMapper: IProportionalAggregatorFn;