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