/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ import { Navigator } from '../common/property-types'; import { PropType } from 'vue'; /** * Represents the props of the Kendo UI for Vue ChartNavigator component. */ export interface ChartNavigatorProps extends Navigator { } /** * @hidden */ declare const ChartNavigator: import('vue').DefineComponent; default: boolean; }; categoryAxis: { type: PropType; default: () => any; }; hint: { type: PropType; default: () => any; }; pane: { type: PropType; default: () => any; }; select: { type: PropType; default: () => any; }; series: { type: PropType; default: () => any; }; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly; default: boolean; }; categoryAxis: { type: PropType; default: () => any; }; hint: { type: PropType; default: () => any; }; pane: { type: PropType; default: () => any; }; select: { type: PropType; default: () => any; }; series: { type: PropType; default: () => any; }; }>> & Readonly<{}>, { visible: boolean; select: import('../common/property-types').NavigatorSelect; hint: import('../common/property-types').NavigatorHint; categoryAxis: import('../option-types/category-axis-item.interface').CategoryAxis; series: any; pane: import('../option-types/pane.interface').Pane; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export { ChartNavigator };