/**-----------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
import { DropDownListComponent } from '@progress/kendo-angular-dropdowns';
import * as i0 from "@angular/core";
/**
 * @hidden
 */
export declare class FilterMenuDropDownListDirective {
    private host;
    filterMenuDropDownLabel: string;
    constructor(host: DropDownListComponent);
    ngAfterViewInit(): void;
    ngOnDestroy(): void;
    private keydownHandler;
    static ɵfac: i0.ɵɵFactoryDeclaration<FilterMenuDropDownListDirective, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<FilterMenuDropDownListDirective, "[kendoFilterMenuDropDown]", never, { "filterMenuDropDownLabel": { "alias": "filterMenuDropDownLabel"; "required": false; }; }, {}, never, never, true, never>;
}
