import { IgCollection } from "igniteui-angular-core"; import { SyncableObservableCollection$2 } from "igniteui-angular-core"; import { PropertyEditorPropertyDescription as PropertyEditorPropertyDescription_internal } from './PropertyEditorPropertyDescription'; import { IgxPropertyEditorPropertyDescriptionComponent as IgxPropertyEditorPropertyDescriptionComponent } from './igx-property-editor-property-description-component'; export declare class IgxPropertyEditorPropertyDescriptionCollection extends IgCollection { constructor(list?: IgxPropertyEditorPropertyDescriptionComponent[]); protected _createInnerColl(): SyncableObservableCollection$2; }