export declare function useSimpleTooltipDelayLock(): { onEnter: (cb: () => void) => void; onLeave: () => void; };