/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ import { PlotArea } from '../common/property-types'; import { PropType } from 'vue'; /** * Represents the props of the Kendo UI for Vue ChartPlotArea component ([see example]({% slug plotarea_chart_charts %})). */ export interface ChartPlotAreaProps extends PlotArea { } /** * @hidden */ declare const ChartPlotArea: import('vue').DefineComponent; default: any; }; border: { type: PropType; default: () => any; }; margin: { type: PropType; default: () => any; }; opacity: { type: PropType; default: any; }; padding: { type: PropType; default: () => any; }; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly; default: any; }; border: { type: PropType; default: () => any; }; margin: { type: PropType; default: () => any; }; opacity: { type: PropType; default: any; }; padding: { type: PropType; default: () => any; }; }>> & Readonly<{}>, { border: import('../field-types/border.interface').Border; background: string; padding: any; margin: any; opacity: number; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export { ChartPlotArea };