import { OnInit } from '@angular/core'; export declare class LookupDirective implements OnInit { type: string; constructor(); ngOnInit(): void; }