/**-----------------------------------------------------------------------------------------
* Copyright © 2026 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
import { ConfigurationService } from '../../../common/configuration.service';
import { SeriesTooltipComponent } from '../../../chart/series-item/tooltip.component';
import * as i0 from "@angular/core";
/**
 * Represents the tooltip configuration of the StockChart navigator series.
 * Displays when you set the `navigator.series.tooltip.visible` option to `true`.
 */
export declare class NavigatorSeriesTooltipComponent extends SeriesTooltipComponent {
    configurationService: ConfigurationService;
    constructor(configurationService: ConfigurationService);
    static ɵfac: i0.ɵɵFactoryDeclaration<NavigatorSeriesTooltipComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<NavigatorSeriesTooltipComponent, "kendo-chart-navigator-series-item-tooltip", never, {}, {}, never, never, true, never>;
}
