/// import { Wallet } from '../../../../../shared'; type Props = { selectedWalletToSwitchTo: Wallet | undefined; }; export declare const SwitchAccountView: ({ selectedWalletToSwitchTo }: Props) => JSX.Element; export {};