import { ElementRef, Renderer2 } from '@angular/core'; import { NavDirective } from './nav.directive'; import * as i0 from "@angular/core"; export declare class NavItemDirective { elementRef: ElementRef; private _renderer; private _nav; id: import("@angular/core").InputSignal; disabled: import("@angular/core").InputSignal; constructor(elementRef: ElementRef, _renderer: Renderer2, _nav: NavDirective); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }