import { EventEmitter } from '@angular/core'; export declare class ContextMenuSearchComponent { value: string; update: EventEmitter; }