/**-----------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
import { ElementRef, NgZone } from '@angular/core';
import * as i0 from "@angular/core";
/**
 * @hidden
 */
export declare class DropDownToolDirective {
    private hostEl;
    private zone;
    private get hostElement();
    constructor(hostEl: ElementRef, zone: NgZone);
    ngAfterViewInit(): void;
    ngOnDestroy(): void;
    private preventDefault;
    static ɵfac: i0.ɵɵFactoryDeclaration<DropDownToolDirective, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<DropDownToolDirective, "[kendoEditorDropDownTool]", never, {}, {}, never, never, true, never>;
}
