/**----------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { ElementRef, Renderer2 } from '@angular/core'; import { ToolbarNavigationService } from './toolbar-navigation.service'; import * as i0 from "@angular/core"; /** * @hidden */ export declare class ToolbarFocusableDirective { private host; private navigationService; private renderer; constructor(host: ElementRef, navigationService: ToolbarNavigationService, renderer: Renderer2); ngAfterViewInit(): void; ngOnDestroy(): void; activate(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }