/// <reference types="react" />
import type { LifiStep } from '@lifi/sdk';
export declare const DestinationWalletAddress: React.FC<{
    step: LifiStep;
    toAddress: string;
    toAddressLink: string;
}>;
