/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ import { NavigatorSelect } from '../../common/property-types'; import { PropType } from 'vue'; /** * Represents the props of then Kendo UI for Vue ChartNavigatorSelect component. */ export interface ChartNavigatorSelectProps extends NavigatorSelect { } /** * @hidden */ declare const ChartNavigatorSelect: import('vue').DefineComponent; default: () => any; }; mousewheel: { type: PropType; default: () => any; }; to: { type: PropType; default: () => any; }; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly; default: () => any; }; mousewheel: { type: PropType; default: () => any; }; to: { type: PropType; default: () => any; }; }>> & Readonly<{}>, { from: Date; to: Date; mousewheel: any; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export { ChartNavigatorSelect };