import { OnInit } from '@angular/core'; import { VexPopoverContent, VexPopoverRef } from './vex-popover-ref'; import * as i0 from "@angular/core"; export declare class VexPopoverComponent implements OnInit { private popoverRef; renderMethod: 'template' | 'component' | 'text'; content: VexPopoverContent; context: any; constructor(popoverRef: VexPopoverRef); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } //# sourceMappingURL=vex-popover.component.d.ts.map