export declare const useHoverState: (ref: import("react").RefObject<HTMLDivElement | null>, hideControlsWhenPointerDoesntMove: number | boolean) => boolean;
