/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ import { AxisDefaultsCrosshairTooltip } from '../../common/property-types'; import { PropType } from 'vue'; /** * Represents the props of the Kendo UI for Vue ChartAxisDefaultsCrosshairTooltip component. */ export interface ChartAxisDefaultsCrosshairTooltipProps extends AxisDefaultsCrosshairTooltip { } /** * @hidden */ declare const ChartAxisDefaultsCrosshairTooltip: import('vue').DefineComponent; border: { type: PropType; default: () => any; }; color: PropType; font: PropType; format: PropType; padding: { type: PropType; default: () => any; }; visible: { type: PropType; default: boolean; }; }>, {}, {}, {}, {}, 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: boolean; }; }>> & Readonly<{}>, { border: import('../../option-types/tooltip-border.interface').TooltipBorder; visible: boolean; padding: any; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export { ChartAxisDefaultsCrosshairTooltip };