import { IgCollection } from "igniteui-angular-core"; import { SyncableObservableCollection$2 } from "igniteui-angular-core"; import { PropertyEditorDescriptionObject as PropertyEditorDescriptionObject_internal } from './PropertyEditorDescriptionObject'; import { IgxPropertyEditorDescriptionObject as IgxPropertyEditorDescriptionObject } from './igx-property-editor-description-object'; export declare class IgxPropertyEditorDescriptionObjectCollection extends IgCollection { constructor(list?: IgxPropertyEditorDescriptionObject[]); protected _createInnerColl(): SyncableObservableCollection$2; }