import { IgCollection } from "igniteui-angular-core"; import { SyncableObservableCollection$2 } from "igniteui-angular-core"; import { ToolAction as ToolAction_internal } from './ToolAction'; import { IgxToolActionComponent as IgxToolActionComponent } from './igx-tool-action-component'; export declare class IgxToolActionCollection extends IgCollection { constructor(list?: IgxToolActionComponent[]); protected _createInnerColl(): SyncableObservableCollection$2; }