import { Observable } from 'rxjs'; export declare class DataVariableHoverService { private hoverEmitter; readonly hovers: Observable; constructor(); startHover(data: string[]): void; endHover(): void; }