import { OnInit } from '@angular/core'; import { _HttpClient } from '@delon/theme'; export declare class TikTokChannelViewComponent implements OnInit { http: _HttpClient; static SCENE: string; record: any; constructor(http: _HttpClient); provider: any; channel: any; ngOnInit(): void; }