export declare class ProductTypeModel { id: number; label: string; constructor(); fromJSON(json: any): this; fromJSONs(jsons: any): ProductTypeModel[]; } //# sourceMappingURL=product-type.model.d.ts.map