/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ import { SeriesDefaultsTooltip } from '../../common/property-types'; import { PropType } from 'vue'; /** * Represents the props of the Kendo UI for Vue ChartSeriesDefaultsItemTooltip component. */ export interface ChartSeriesDefaultsItemTooltipProps extends SeriesDefaultsTooltip { render?: object | string | Function; } /** * @hidden */ declare const ChartSeriesDefaultsItemTooltip: import('vue').DefineComponent; border: { type: PropType; default: () => any; }; color: PropType; font: PropType; format: PropType; padding: { type: PropType; default: () => any; }; visible: { type: PropType; default: any; }; render: PropType; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly; border: { type: PropType; default: () => any; }; color: PropType; font: PropType; format: PropType; padding: { type: PropType; default: () => any; }; visible: { type: PropType; default: any; }; render: PropType; }>> & Readonly<{}>, { border: import('../../field-types/border.interface').Border; visible: boolean; padding: any; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export { ChartSeriesDefaultsItemTooltip };