/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ import { SeriesErrorBars } from '../../common/property-types'; import { PropType } from 'vue'; /** * Represents the props of the Kendo UI for Vue ChartSeriesErrorBars component. */ export interface ChartSeriesErrorBarsProps extends SeriesErrorBars { } /** * @hidden */ declare const ChartSeriesErrorBars: import('vue').DefineComponent; endCaps: { type: PropType; default: any; }; line: { type: PropType; default: () => any; }; value: PropType; visual: { type: PropType<(e: import('../../argument-types/error-bars-visual-args.interface').ErrorBarsVisualArgs) => import('@progress/kendo-drawing').Element>; default: any; }; xValue: PropType; yValue: PropType; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly; endCaps: { type: PropType; default: any; }; line: { type: PropType; default: () => any; }; value: PropType; visual: { type: PropType<(e: import('../../argument-types/error-bars-visual-args.interface').ErrorBarsVisualArgs) => import('@progress/kendo-drawing').Element>; default: any; }; xValue: PropType; yValue: PropType; }>> & Readonly<{}>, { line: import('../../field-types/error-bar-line.interface').ErrorBarLine; visual: (e: import('../../argument-types/error-bars-visual-args.interface').ErrorBarsVisualArgs) => import('@progress/kendo-drawing').Element; endCaps: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export { ChartSeriesErrorBars };