import * as React from 'react'; declare const IsHoveringContext: React.Context; export declare function IsHoveringProvider({ ref, ...props }: React.ComponentProps<'div'>): import("react/jsx-runtime").JSX.Element; export declare function useIsHovering(): boolean; export default IsHoveringContext;