/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ import { CategoryAxisCrosshair } from '../../../common/property-types'; import { PropType } from 'vue'; /** * Represents the props of the Kendo UI for Vue ChartNavigatorCategoryAxisCrosshair component. */ export interface ChartNavigatorCategoryAxisCrosshairProps extends CategoryAxisCrosshair { } /** * @hidden */ declare const ChartNavigatorCategoryAxisCrosshair: 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').CategoryAxisCrosshairTooltip; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export { ChartNavigatorCategoryAxisCrosshair };