import { IgCollection } from "igniteui-webcomponents-core"; import { SyncableObservableCollection$2 } from "igniteui-webcomponents-core"; import { PropertyEditorPropertyDescription as PropertyEditorPropertyDescription_internal } from "igniteui-webcomponents-layouts"; import { IgcPropertyEditorPropertyDescriptionComponent as IgcPropertyEditorPropertyDescriptionComponent } from "igniteui-webcomponents-layouts"; export declare class IgcHorizontalPropertyEditorDataSource extends IgCollection { constructor(list?: IgcPropertyEditorPropertyDescriptionComponent[]); protected _createInnerColl(): SyncableObservableCollection$2; }