import type { ExtendedChain } from '@openocean.finance/widget-sdk';
export declare const useToAddressReset: () => {
    tryResetToAddress: (toChain: ExtendedChain) => void;
};
