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