import type { OpenOceanStepExtended } from '@openocean.finance/widget-sdk';
export declare const DestinationWalletAddress: React.FC<{
    step: OpenOceanStepExtended;
    toAddress: string;
    toAddressLink: string;
}>;
