import { ComponentFactoryResolver, ElementRef, Injector, ViewContainerRef } from '@angular/core'; import { AngularDelegate } from '../../providers/angular-delegate'; import * as i0 from "@angular/core"; export declare class NavDelegate { protected el: HTMLElement; constructor(ref: ElementRef, resolver: ComponentFactoryResolver, injector: Injector, angularDelegate: AngularDelegate, location: ViewContainerRef); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }