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