/**----------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { QueryList } from '@angular/core'; import { CrosshairTooltipComponent } from './crosshair-tooltip.component'; import { PopupSettings } from './popup-settings.interface'; import * as i0 from "@angular/core"; /** * @hidden */ export declare class CrosshairTooltipsContainerComponent { popupSettings: PopupSettings; crossahairTooltipComponents: QueryList; tooltipKeys: Array; private tooltipsMap; show(e: any): void; hide(): void; get active(): boolean; createCrosshairTooltips(options: any): void; protected removeTooltip(key: string): void; protected mapTooltips(options: any): any; protected axesCrosshairTooltipOptions(options: any, name: string): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }