/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ import { PropType } from 'vue'; /** * @hidden */ declare const Tooltip: import('vue').DefineComponent>; tooltipData: PropType<{ popupOffset: { left: number; top: number; }; popupAlign: { horizontal: string; vertical: string; }; }>; nodeContent: PropType; linkContent: PropType; dir: PropType; offset: PropType; appendTo: PropType; }>, {}, { top: string; left: string; visibility: string; }, {}, { showTooltip(): void; }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly>; tooltipData: PropType<{ popupOffset: { left: number; top: number; }; popupAlign: { horizontal: string; vertical: string; }; }>; nodeContent: PropType; linkContent: PropType; dir: PropType; offset: PropType; appendTo: PropType; }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export { Tooltip };