import { ElementRef, EventEmitter } from "@angular/core"; import { GlobalTermService } from "../../services/globalTerm.service"; import * as i0 from "@angular/core"; export declare class TemplateMenuComponent { readonly GlobalTermService: GlobalTermService; Popover: ElementRef; MenuButton: ElementRef; PopoverContainer: ElementRef; openPanelEvent: EventEmitter; closePanelEvent: EventEmitter; IsPopoverOpen: boolean; IsClickInsideDatepicker: boolean; constructor(); openPanel(): void; closePanel(): void; togglePanel(event?: Event): void; onMouseDown(event: Event): void; onMouseDownOutsideBody(event: Event): void; onMouseUp(event: Event): void; closeAll(event?: Event): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }