import { IgCollection } from "igniteui-angular-core"; import { SyncableObservableCollection$2 } from "igniteui-angular-core"; import { ToolActionFieldSelectorAggregation as ToolActionFieldSelectorAggregation_internal } from './ToolActionFieldSelectorAggregation'; import { IgxToolActionFieldSelectorAggregation as IgxToolActionFieldSelectorAggregation } from './igx-tool-action-field-selector-aggregation'; export declare class IgxToolActionFieldSelectorAggregationsCollection extends IgCollection { constructor(list?: IgxToolActionFieldSelectorAggregation[]); protected _createInnerColl(): SyncableObservableCollection$2; }