export interface EmailPaymentFailedData { fullName: string; nextRetry: number; updateUrl: string; cancelUrl: string; instanceName: string; } export declare const paymentFailed: import("@becomes/mjml/types").MjmlComponent;