export default function useGetRoutePath({ userAgreementPath, privacyPolicyPath, forgotPasswordPath, registerPath, }?: any): { toUserAgreement: () => void; toPrivacyPolicy: () => void; toForgotPassword: () => void; toRegister: () => void; };