import { EventEmitter } from '../../stencil-public-runtime'; export declare class CancelSubcriptionFlow { gobackButton: boolean; storeId: string; subscriptionId: string; productName: string; price: number; currencySymbol: string; imageUrl: string; frequency: string; nextBillingDate: string; statusText: string; subscriptionPlanName: string; quantity: number; sellingPlanId: string; updateSubscriptionView: EventEmitter; formSubmit: EventEmitter; loading: boolean; currentView: number; selectedReason: { id: string; reasonText: string; }; cancelReasonOptions: { id: string; reasonText: string; }[]; feedbackText: string; benefitText: string; isBenefitTextLoading: boolean; private offerDetails; private handleReasonChange; private handleFeedbackInput; private formatNumber; private createFunnel; private goNext; private showInitialView; private changeToAlternativeOptionsView; private showCancelReasonOptions; private showAlternativeOptionsView; private getOfferDetails; private moveToOfferView; private showOfferView; private handleSubmitFeedback; private showForm; private showSuccessView; private showAcceptedOfferView; componentWillLoad(): Promise; render(): any; }