/**----------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { TemplateRef, Renderer2 } from '@angular/core'; import { BaseTooltip } from './base-tooltip'; import { PopupService } from '@progress/kendo-angular-popup'; import { LocalizationService } from '@progress/kendo-angular-l10n'; import * as i0 from "@angular/core"; /** * @hidden */ export declare class CrosshairTooltipComponent extends BaseTooltip { private renderer; templateRef: TemplateRef; key: string; value: any; animate: boolean; constructor(popupService: PopupService, localizationService: LocalizationService, renderer: Renderer2); protected onInit(): void; show(e: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }