export interface UseHoverReturnValue { hovered: boolean; ref: React.RefCallback; } export declare function useHover(): UseHoverReturnValue;