import { AfterViewInit, ComponentFactoryResolver } from '@angular/core';
import { NbOverlayContainerComponent, NbPositionedContainer } from '../cdk';
export declare class NbPopoverComponent extends NbPositionedContainer implements AfterViewInit {
    overlayContainer: NbOverlayContainerComponent;
    content: any;
    context: Object;
    cfr: ComponentFactoryResolver;
    ngAfterViewInit(): void;
    protected attachTemplate(): void;
    protected attachComponent(): void;
    protected attachString(): void;
}
