/** * @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'; import { SharedTooltipContext } from './Context'; import { TooltipPoint } from './Point'; /** * @hidden */ export interface SharedTooltipProps extends SharedTooltipContext { } /** * @hidden */ declare const SharedTooltipContent: import('vue').DefineComponent; colorMarker: { type: PropType; default: any; }; colspan: PropType; nameColumn: { type: PropType; default: any; }; points: PropType; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly; colorMarker: { type: PropType; default: any; }; colspan: PropType; nameColumn: { type: PropType; default: any; }; points: PropType; }>> & Readonly<{}>, { colorMarker: boolean; nameColumn: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export { SharedTooltipContent };