import { FC } from 'react'; import { WalletModalProps } from './types'; declare const WalletModal: FC; export default WalletModal;