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