import { PropertyEditorPropertyDescriptionCollection } from "igniteui-webcomponents-layouts";
import { Type } from "igniteui-webcomponents-core";
/**
 * @hidden
 */
export declare class HorizontalPropertyEditorDataSource extends PropertyEditorPropertyDescriptionCollection {
    static $t: Type;
    constructor(a: PropertyEditorPropertyDescriptionCollection);
    ae: PropertyEditorPropertyDescriptionCollection;
}
