import { ChangeDetectorRef, ElementRef, OnInit } from '@angular/core'; import { ActivatedRoute, Router } from '@angular/router'; import { ACLService } from '@delon/acl'; export declare class CommentTiktokComponent implements OnInit { private _activatedroute; private router; private cdr; private el; private aclService; menus: any[]; private router$; mode: string; title: string; queryParams: { tabs: any[]; isInner: string; channelId: string; channelName: string; msgType: string; type: string; title: string; }; constructor(_activatedroute: ActivatedRoute, router: Router, cdr: ChangeDetectorRef, el: ElementRef, aclService: ACLService); static NAME: string; changeMsgType(msgType: any): void; initMenu(): void; ngOnInit(): void; }