import { FC } from 'react'; export type UnlockWalletViewProps = { accountAddress: string; chainName: string; }; export declare const UnlockWalletView: FC;