import { ActiveCartService } from '@spartacus/core'; import { Observable } from 'rxjs'; import { ICON_TYPE } from '../../misc/icon/icon.model'; import * as i0 from "@angular/core"; export declare class MiniCartComponent { protected activeCartService: ActiveCartService; iconTypes: typeof ICON_TYPE; quantity$: Observable; total$: Observable; constructor(activeCartService: ActiveCartService); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }