export declare const useNavigateBack: () => {
    navigateBack: () => void;
    navigate: import("react-router-dom").NavigateFunction;
};
