import '../cancel-subscription-flow/cancel-subscription-flow'; import '../skip-subscription-flow/skip-subscription-flow'; import '../pause-subscription/pause-subscription'; import '../payment-update-flow/payment-update-flow'; import '../address-update-flow/address-update-flow'; import '../change-delivery-frequency/change-delivery-frequency'; export declare class CancelSubscriptionContainer { subscriptionId: string; subscriptionPlanName: string; productName: string; price: number; currencySymbol: string; frequency: string; nextBillingDate: string; statusText: string; imageUrl: string; quantity: number; storeId: string; sellingPlanId: string; currentView: number; handleSkipDelivery(event: CustomEvent): void; render(): any; }