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