import { ElementRef, Renderer2, AfterViewInit, ChangeDetectorRef } from "@angular/core"; import { PlacementService } from "../placement.service"; import * as i0 from "@angular/core"; export declare class PopoverComponent implements AfterViewInit { placementService: PlacementService; elRef: ElementRef; renderer: Renderer2; private cd; position: string; dark: boolean; clickToOpen: boolean; padded: boolean; arrow: boolean; parentWidth: boolean; parentFullWidth: boolean; parentDisplayUnset: boolean; open: boolean; fixed: boolean; orientationSwap: boolean; mobile: boolean; parent: ElementRef; content: ElementRef; finalPosition: string; popoverClasses: string; invokeHide: any; overParent: boolean; overChild: boolean; constructor(placementService: PlacementService, elRef: ElementRef, renderer: Renderer2, cd: ChangeDetectorRef); ngAfterViewInit(): void; onClickParent(t: any): void; clickAway: () => void; invokeClose(): void; onOverParent(t: any): void; onLeaveParent: () => void; onOverChild: () => void; onLeaveChild: () => void; onLeave(): void; removeHide: () => void; openPopover(t: any): void; closePopover(): void; ngOnDestroy(): void; setPopoverClasses(): void; get contentClasses(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }