import React from "react"; import type { ModuleState } from "@meer-wallet-selector/core"; interface WalletNotInstalledProps { module: ModuleState & { metadata: { downloadUrl?: string; }; }; onBack: () => void; onCloseModal: () => void; } export declare const WalletNotInstalled: React.FC; export {}; //# sourceMappingURL=WalletNotInstalled.d.ts.map