import { EventEmitter } from "@angular/core";
export declare class GlobalSearch {
    globalUpdate: EventEmitter<{}>;
}
