export interface FiatFailureBannerProps { title: string; /** The provider's own reason, when it gave one. */ detail: string; } /** * The payment-failure banner on the amount screen, Fun Mobile V2 2812:1135. * * It covers the header rather than taking the inline notice slot, so the * amount and the action below it hold their places while the buyer reads why * the payment did not go through. */ export declare function FiatFailureBanner({ title, detail }: FiatFailureBannerProps): import("react").JSX.Element; //# sourceMappingURL=FiatFailureBanner.d.ts.map