/** * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE */ import { OnDestroy, PipeTransform } from '@angular/core'; import { Store } from '@ngrx/store'; import { MagFrameState } from 'ng-stalk/core/frame-store'; import { MagDateService } from 'ng-stalk/core/service'; import { MagTimeZone } from 'ng-stalk/core/types'; import { NzSafeAny } from 'ng-zorro-antd/core/types'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class MagDateTimePipe implements PipeTransform, OnDestroy { private _store; private magDateService; private _unsubscribeAll; timezone$: Observable; constructor(_store: Store, magDateService: MagDateService); print$?: Observable; transform(value: string): NzSafeAny; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; }