import { EventEmitter, OnDestroy, OnInit } from '@angular/core'; import { Store } from '@ngrx/store'; import { Subscription } from 'rxjs'; import * as i0 from "@angular/core"; export declare class TencentTimComponent implements OnInit, OnDestroy { private store; hiddenWindow: boolean; message: EventEmitter; hiddenWindowChange: EventEmitter; showDetail: boolean; subscription: Subscription; constructor(store: Store); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }