export declare const useChangeBondDirection: (props: any) => {
    changeDirection: () => void;
};
