import * as i0 from "@angular/core"; interface LogoBank { [key: string]: string; } export declare class ProductLogoBankService { bank: LogoBank; storeLogo(productId: string, logoUrl: string): void; getLogo(productId: string): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } export {};