export declare class SkipSubscriptionFlow { subscriptionId: string; productName: string; frequency: string; skippedBillingDate: string; imageUrl: string; gobackButton: boolean; currentIndexStack: number[]; skipReason: string; private nextBillingDate; handleNavigateToNextCard(event: CustomEvent): void; handleNavigateToPreviousCard(): void; handleskipReasonChange(event: CustomEvent): void; render(): any; }