import React from "react"; import type { ModuleState, Wallet } from "@meer-wallet-selector/core"; interface ScanQRCodeProps { wallet: ModuleState; uri?: string; onCloseModal: () => void; handleOpenDefaultModal?: () => void; } export declare const ScanQRCode: React.FC; export {}; //# sourceMappingURL=ScanQRCode.d.ts.map