export declare class TreeHoverTooltipService {
    showElementOver(text: HTMLElement | null): void;
    hideElementOver(text: HTMLElement | null): void;
}
