import { ElementRef } from '@angular/core';
import { CdsTree } from '@cds/core/tree-view';
import * as i0 from "@angular/core";
export declare class CdsTreeDirective {
    protected element: CdsTree;
    get multiSelect(): boolean | '';
    set multiSelect(value: boolean | '');
    constructor(elementRef: ElementRef);
    static ɵfac: i0.ɵɵFactoryDeclaration<CdsTreeDirective, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<CdsTreeDirective, "cds-tree", never, { "multiSelect": "multiSelect"; }, {}, never>;
}
