import React from "react";
import type { WalletSelector } from "@near-wallet-selector/core";
interface WalletNetworkChangedProps {
    selector: WalletSelector;
    onBack: () => void;
    onCloseModal: () => void;
}
export declare const WalletNetworkChanged: React.FC<WalletNetworkChangedProps>;
export {};
