/**
 * @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<import('vue').ExtractPropTypes<{
    labels: {
        type: PropType<import('../../field-types/legend-labels.interface').LegendLabels>;
        default: () => any;
    };
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
    labels: {
        type: PropType<import('../../field-types/legend-labels.interface').LegendLabels>;
        default: () => any;
    };
}>> & Readonly<{}>, {
    labels: import('../../field-types/legend-labels.interface').LegendLabels;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
export { ChartLegendInactiveItems };
