/// <reference types="lodash" />
/**
 * Rebuilds the global instance of ReactTooltip. Utilizes lodash's `debounce` to throttle/prevent unnecessary rebuilds.
 *
 * Borrowed from: https://github.com/wwayne/react-tooltip/issues/300#issuecomment-468042592
 */
export declare const rebuildTooltip: import("lodash").DebouncedFunc<() => {}>;
