import { FC } from 'react'; import { ReceiveWalletFundsProps } from './types'; export declare const ReceiveWalletFunds: FC;