import type { LiFiStepExtended } from '@lifi/sdk';
export declare const DestinationWalletAddress: React.FC<{
    step: LiFiStepExtended;
    toAddress: string;
    toAddressLink: string;
}>;
