import { ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core'; import { NzSafeAny } from 'ng-zorro-antd/core/types'; export declare class MOperationsFullscreenComponent implements OnInit, OnDestroy { private cdr; elementSelector: string; private destroy$; fullscreen: boolean; fullscreenElement: NzSafeAny; constructor(cdr: ChangeDetectorRef); ngOnInit(): void; private registerFullScreenEvent; execFullscreen(): void; exitFullscreen(): void; ngOnDestroy(): void; }