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