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; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }