/**-----------------------------------------------------------------------------------------
* Copyright © 2026 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
import { ExpandableComponent, ExpandDirective } from '@progress/kendo-angular-treeview';
import * as i0 from "@angular/core";
/**
* Manages the expanded state of the popup TreeView.
* @example
* ```html
*
* ```
* @example
* ```html
*
* ```
* @remarks
* Applied to: {@link DropDownTreeComponent}, {@link MultiSelectTreeComponent}.
*/
export declare class DropDownTreesExpandDirective extends ExpandDirective {
private dropDownTree;
/**
* @hidden
*
* Ensures a user-defined `isNodeExpanded` callback will not be overriden by the default directive setup.
* Implemented as a value setter in the base directive, this just overrides the input name.
*/
set isExpanded(value: (item: object, index: string) => boolean);
constructor(dropDownTree: ExpandableComponent);
static ɵfac: i0.ɵɵFactoryDeclaration;
static ɵdir: i0.ɵɵDirectiveDeclaration;
}