/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ import { SharedTooltipContext, TooltipContext } from './Context'; /** * @hidden */ declare const SeriesTooltip: import('vue').DefineComponent<{}, {}, { popupShown: boolean; popupAlign: any; popupOffset: any; popupContext: {}; popupStyles: any; className: any; shared: any; }, {}, { onShowTooltip(e: any): void; onHideTooltip(): void; createSharedTooltipContext(e: any): SharedTooltipContext; createTooltipContext(e: any): TooltipContext; findRenderFunctionByIndex(seriesIdx: number): any; findRenderFunction(): any; }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export { SeriesTooltip };