/** * What the buyer sees when fiat deposits are not served where they are. * * It wears the restricted receipt because the situation has the same shape: * nothing to retry, and support is the only thing left to do. Its one action * leaves, since there is no flow to continue into. */ export declare function FiatRegionUnsupportedScreen({ onClose, }: { onClose: () => void; }): import("react").JSX.Element; //# sourceMappingURL=FiatRegionUnsupportedScreen.d.ts.map