import { EventEmitter, OnInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare class VssuiteCart implements OnInit { vsTitle: any; vsDiscountContent: any; vsContinueTitle: any; vsPlaceOrderTitle: any; vsShow: boolean; vsDiscount: boolean; vsTitleShow: boolean; vsContinueButtonShow: boolean; vsPlaceorderButtonShow: boolean; vsCart: any; vsCurrency: any; VsCartTotal: any; vsTaxType: any; vsNetPayableTitle: any; vsTotalShipping: any; vsDeliveryDetails: any; vsNoImage: any; vsEmptyCartImage: any; vsIncrementProductEvent: EventEmitter; vsDecrementProductEvent: EventEmitter; vsNavigateCheckoutPageEvent: EventEmitter; vsRemoveProductEvent: EventEmitter; vsNavigateHomePageEvent: EventEmitter; vsShowEmptyCart: boolean; constructor(); ngOnInit(): void; handleIncrementProduct(product: any): void; handleDecrementProduct(product: any): void; handleRemoveProduct(product: any): void; handleNavigateCheckoutPage(): void; handleNavigateHomePage(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }