import { EventEmitter, OnInit, OnDestroy, AfterViewInit, ElementRef, ViewContainerRef } from '@angular/core'; import { MatSidenav } from "@angular/material/sidenav"; import { ACUtils } from '../../../services/ac-utils.service'; export declare class ACPopupInlineComponent implements OnInit, AfterViewInit, OnDestroy { private _viewContainerRef; private el; private ACUtils; static PopupList: Array; static actPopUp: ACPopupInlineComponent; static MouseMove(e: any): void; static MouseUp(e: any): void; elm: any; constructor(_viewContainerRef: ViewContainerRef, el: ElementRef, ACUtils: ACUtils); ngOnDestroy(): void; ngAfterViewInit(): void; ngOnInit(): void; static zIndexStart: number; zindex: number; top: number; get stop(): string; left: number; get sleft(): string; _sidenav: boolean; set sidenav(val: any); _center: boolean; set center(val: any); matsidenav: MatSidenav; width: number; height: number; private _getWH; close: EventEmitter; _Open: boolean; set open(val: boolean); _header: any; set header(val: string); get header(): string; _bg: string; set bg(val: string); get bg(): string; _headerColor: any; set headerColor(val: string); get headerColor(): string; static DefaultHeaderColor: string; removeMeFromList(): void; closePopup(): void; private _old_left; private _old_top; private _start_left; private _start_top; private _move; mousedown(e: any): void; sethighestZindex(): void; }