/** * Send page router * * Picks EthereumSend or SolanaSend based on chainType. */ import type React from 'react'; declare const Send: React.FC; export default Send;