/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ import { LegendInactiveItems } from '../../common/property-types'; import { PropType } from 'vue'; /** * Represents the props of the Kendo UI for Vue ChartLegendInactiveItems component. */ export interface ChartLegendInactiveItemsProps extends LegendInactiveItems { } /** * @hidden */ declare const ChartLegendInactiveItems: import('vue').DefineComponent; default: () => any; }; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly; default: () => any; }; }>> & Readonly<{}>, { labels: import('../../field-types/legend-labels.interface').LegendLabels; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export { ChartLegendInactiveItems };