import { IgCollection } from './IgCollection'; import { SyncableObservableCollection$2 } from './SyncableObservableCollection$2'; import { ToolCommandArgument } from './ToolCommandArgument'; export declare class IgxToolCommandArgumentCollection extends IgCollection { constructor(list?: ToolCommandArgument[]); protected _createInnerColl(): SyncableObservableCollection$2; }