import { ElementRef, InjectionToken } from '@angular/core';
export declare const POPOVER_HOST_ANCHOR: InjectionToken<ElementRef<any>>;
