export declare class ProductLabelDto { labelType: string; labelText: string; id?: string; constructor(d?: ProductLabelDto); }