import { OnInit, OnDestroy } from '@angular/core'; import { SearchResultItem } from '../search-result-item'; export declare class NavSearchEmployeeResultTypeComponent implements OnInit, OnDestroy { result: SearchResultItem; constructor(); ngOnInit(): void; ngOnDestroy(): void; }