import type { UseUserBehaviorTrackerOptions, UseUserBehaviorTrackerResult } from "./types";
/**
 * React hook for tracking user behavior with @hubhorizonllc/tracker
 */
export declare function useUserBehaviorTracker(options?: UseUserBehaviorTrackerOptions): UseUserBehaviorTrackerResult;
