/** * Created by hbentaher on 23/08/2017. */ export declare class ReferentialValueModel { category: string; label: string; order: number; id: number; constructor(); fromJSON(json: any): this; } //# sourceMappingURL=referential-value.model.d.ts.map