import { OnInit, OnDestroy } from '@angular/core'; import { NzModalRef, UploadFilter } from 'ng-zorro-antd'; import { _HttpClient } from '@delon/theme'; import { DialogService, IccUploadComponent } from 'icc-common-lib'; export declare class TiktokConstraintKeywordImportExportComponent implements OnInit, OnDestroy { private http; private modal; private dialogService; constructor(http: _HttpClient, modal: NzModalRef, dialogService: DialogService); iccUpload: IccUploadComponent; exampleUrl: string; actionUrl: string; uploadPercentUrl: string; errorMsg: string; filters: UploadFilter[]; uploadPercent: number; uploadStatus: string; hasProgress: boolean; totalSize: number; succSize: number; stzaPath: string; uploadProgressTimer: any; tempItem: any; uploading: boolean; showReason: boolean; handleUpload(): void; customRequest: (item: any) => void; fileUpload(item: any): void; getUploadProgressPercent(cb: any): void; fileRemove(evt: any): void; loadFileData(): void; cancelTimer(): void; ngOnInit(): void; ngOnDestroy(): void; close(): void; }