import type { TooltipContextValue } from '../types'; export declare const TooltipContext: import("react").Context; export declare const useTooltipContext: () => TooltipContextValue;