import { Base, Type } from "igniteui-angular-core"; import { DataSourceSummaryOperand } from "igniteui-angular-core"; import { DataSeriesPropertyType } from "igniteui-angular-core"; /** * @hidden */ export declare class ToolActionFieldSelector_ToolActionFieldSelectorItem extends Base { static $t: Type; key: string; isSelected: boolean; label: string; aggregationOperand: DataSourceSummaryOperand; aggregationName: string; aggregationLabel: string; propertyType: DataSeriesPropertyType; }