import { OnInit } from '@angular/core'; import { NzModalRef } from 'ng-zorro-antd'; export declare class TiktokModalDetailComponent implements OnInit { private modal; constructor(modal: NzModalRef); SCENE: string; type: number; isMo: boolean; title: string; content: any; moContent: any; mtContent: any; contentType: number; name: string; baseUrl: string; contentTypes: { IMAGE_TEXT: number; TEXT: number; IMAGE: number; VIDEO: number; AUDIO: number; }; ngOnInit(): void; closeModel(): void; }