/// <reference types="react" />
import { TooltipContextType } from '../types';
declare const TooltipContext: import("react").Context<TooltipContextType<any> | null>;
export default TooltipContext;
//# sourceMappingURL=TooltipContext.d.ts.map