export declare class ProductLineImageDto { id?: string; image?: string; size: string; type: string; url: string; constructor(d?: ProductLineImageDto); }