import { InjectionKey } from 'vue'; export declare const TooltipContext: InjectionKey; export declare function useIsInsideTooltip(): boolean;