import { AfterViewInit, ElementRef } from '@angular/core'; import { Router } from '@angular/router'; import * as i0 from "@angular/core"; export declare class ZekAutoComplete implements AfterViewInit { private readonly el; private readonly router; constructor(el: ElementRef, router: Router); ngAfterViewInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }