import { IdentityDto } from './../../shared/identity.dto'; export declare class ProductSpecDto { identity: IdentityDto; type: string; region: string; tags: string[]; brand: string; category: string; productGroup: string; productLine: string | null; product: string | null; expression: string; country: string; constructor(d?: ProductSpecDto | null); }