/// <reference types="react" />
import type { BoxProps } from '@mui/material';
export declare const SendToWallet: React.FC<BoxProps>;
export declare const SendToWalletFormHelperText: React.FC;
