/**-----------------------------------------------------------------------------------------
* Copyright © 2026 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
import { ConfigurationService } from '../../common/configuration.service';
import { LegendLabels } from '../../common/property-types';
import { LegendInactiveItems } from '../../common/property-types';
import { SettingsComponent } from '../../common/settings.component';
import * as i0 from "@angular/core";
/**
* Represents the Kendo UI for Angular Chart Legend Inactive Items configuration.
*
* @example
*
* ```html
*
*
*
*
*
* ```
*/
export declare class LegendInactiveItemsComponent extends SettingsComponent implements LegendInactiveItems {
configurationService: ConfigurationService;
/**
* Specifies the labels configuration for inactive legend items.
*/
labels: LegendLabels;
constructor(configurationService: ConfigurationService);
static ɵfac: i0.ɵɵFactoryDeclaration;
static ɵcmp: i0.ɵɵComponentDeclaration;
}