declare const useAuth: () => { profile: any; isLogin: boolean; }; export default useAuth;