import type { DepositFlowCallbacks } from './depositFlowConfig'; /** * The region refusal raised before a deposit has started. * * The host hears it on the deposit's own error channel rather than * `onCheckoutBlocked`: that one says the user is barred from checkout, and a * corridor we do not serve is a different fact. */ export declare function FiatRegionBlockedStep({ checkoutId, callbacks, onClose, }: { checkoutId: string; callbacks: Pick; onClose: () => void; }): import("react").JSX.Element; //# sourceMappingURL=FiatRegionBlockedStep.d.ts.map