import { IgCollection } from "igniteui-react-core";
import { SyncableObservableCollection$2 } from "igniteui-react-core";
import { PropertyEditorPropertyDescription as PropertyEditorPropertyDescription_internal } from "igniteui-react-layouts";
import { IgrPropertyEditorPropertyDescription as IgrPropertyEditorPropertyDescription } from "igniteui-react-layouts";
export declare class IgrHorizontalPropertyEditorDataSource extends IgCollection<IgrPropertyEditorPropertyDescription, PropertyEditorPropertyDescription_internal> {
    constructor(list?: IgrPropertyEditorPropertyDescription[]);
    protected _createInnerColl(): SyncableObservableCollection$2<IgrPropertyEditorPropertyDescription, PropertyEditorPropertyDescription_internal>;
}
