import { ElementRef } from '@angular/core'; import { ThemesService } from '@progress-chef/platform-themes-service'; import * as i0 from "@angular/core"; export declare class AngularPopupComponent { private themesService; show: boolean; anchor: ElementRef | HTMLElement; anchorHorizontalAlign: "left" | "center" | "right"; anchorVerticalAlign: "top" | "center" | "bottom"; popupHorizontalAlign: "left" | "center" | "right"; popupVerticalAlign: "top" | "center" | "bottom"; constructor(themesService: ThemesService); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }