/**----------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { EventEmitter, NgZone, OnDestroy, OnInit, Renderer2 } from '@angular/core'; import { ChipComponent } from '@progress/kendo-angular-buttons'; import * as i0 from "@angular/core"; /** * @hidden */ export declare class ChipKeyboardNavigationDirective implements OnInit, OnDestroy { private host; private renderer; private ngZone; private keydownSub; reorder: EventEmitter<{ direction: string; sender: ChipComponent; }>; constructor(host: ChipComponent, renderer: Renderer2, ngZone: NgZone); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }