import { OnInit } from '@angular/core'; import { Router } from '@angular/router'; import { CartService, LanguageService } from '../../../services'; import * as i0 from "@angular/core"; export declare class MiniCartBaseComponent implements OnInit { protected languageService: LanguageService; protected cartService: CartService; protected router: Router; cartCounter$: import("rxjs").Observable; cartItems$: import("rxjs").BehaviorSubject; language: {}; currencyCode: string; constructor(languageService: LanguageService, cartService: CartService, router: Router); ngOnInit(): void; removeItem(item: any): void; goToCollection(e: any): void; canOpenCheckout(e: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }