import { TemplateRef } from '@angular/core';
import { PopoverOptions } from './popover-options.provider';
import * as i0 from "@angular/core";
export declare class PopoverComponentOptions extends PopoverOptions {
    onAfterViewInit: () => void;
    hidePopover: () => void;
    overlay: TemplateRef<any>;
    static ɵfac: i0.ɵɵFactoryDeclaration<PopoverComponentOptions, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<PopoverComponentOptions>;
}
