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