/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ import { AxisDefaultsLabels } from '../../common/property-types'; import { PropType } from 'vue'; /** * Represents the props of the Kendo UI for Vue ChartAxisDefaultsLabels component. */ export interface ChartAxisDefaultsLabelsProps extends AxisDefaultsLabels { } /** * @hidden */ declare const ChartAxisDefaultsLabels: import('vue').DefineComponent string>; default: any; }; font: PropType; format: PropType; margin: { type: PropType; default: () => any; }; mirror: PropType; padding: { type: PropType; default: () => any; }; rotation: { type: PropType; default: () => any; }; skip: PropType; step: PropType; visible: { type: PropType; default: any; }; visual: { type: PropType<(e: import('../../argument-types/axis-label-visual-args.interface').AxisLabelVisualArgs) => import('@progress/kendo-drawing').Element>; default: any; }; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly string>; default: any; }; font: PropType; format: PropType; margin: { type: PropType; default: () => any; }; mirror: PropType; padding: { type: PropType; default: () => any; }; rotation: { type: PropType; default: () => any; }; skip: PropType; step: PropType; visible: { type: PropType; default: any; }; visual: { type: PropType<(e: import('../../argument-types/axis-label-visual-args.interface').AxisLabelVisualArgs) => import('@progress/kendo-drawing').Element>; default: any; }; }>> & Readonly<{}>, { rotation: any; visible: boolean; visual: (e: import('../../argument-types/axis-label-visual-args.interface').AxisLabelVisualArgs) => import('@progress/kendo-drawing').Element; content: (e: any) => string; padding: any; margin: any; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export { ChartAxisDefaultsLabels };