/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ import { AxisDefaultsCrosshair } from '../../common/property-types'; import { PropType } from 'vue'; /** * Represents the props of the Kendo UI for Vue ChartAxisDefaultsCrosshair component. */ export interface ChartAxisDefaultsCrosshairProps extends AxisDefaultsCrosshair { } /** * @hidden */ declare const ChartAxisDefaultsCrosshair: import('vue').DefineComponent; dashType: { type: PropType; default: () => any; validator: (value: string) => any; }; opacity: PropType; visible: { type: PropType; default: boolean; }; width: PropType; tooltip: { type: PropType; default: () => any; }; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly; dashType: { type: PropType; default: () => any; validator: (value: string) => any; }; opacity: PropType; visible: { type: PropType; default: boolean; }; width: PropType; tooltip: { type: PropType; default: () => any; }; }>> & Readonly<{}>, { dashType: string; visible: boolean; tooltip: import('../../common/property-types').AxisDefaultsCrosshairTooltip; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export { ChartAxisDefaultsCrosshair };