import { OnInit, ChangeDetectorRef } from '@angular/core'; import { _HttpClient, ModalHelper, ModalHelperOptions } from '@delon/theme'; import { Router } from '@angular/router'; import { ACLService } from '@delon/acl'; import { STPage, STData, STComponent, STColumn, STReq, STRes, STChange } from '@delon/abc'; import { MessageService } from 'icc-common-lib'; import { DialogService } from 'icc-common-lib'; export declare class TiktokConstraintKeywordComponent implements OnInit { http: _HttpClient; private dialogService; private router; private aclService; private modal; private cdr; private messageService; constructor(http: _HttpClient, dialogService: DialogService, router: Router, aclService: ACLService, modal: ModalHelper, cdr: ChangeDetectorRef, messageService: MessageService); static NAME: string; isOpenExport: boolean; isOpenImport: boolean; expandForm: boolean; private timer; url: string; page: STPage; isVisible: boolean; isImporting: boolean; id: any; isBatch: any; messages: string; expiredTime: number; downloadPath: string; waitingExportFiles: any; waitingExportFilesMap: { [key: string]: Date; }; selectedRows: STData[]; bizEnums: any; channelEnums: any; userEnums: any; userList: any[]; st: STComponent; columns: STColumn[]; req: STReq; controlTypeSearchEnums: any; keywordTypeSearchEnums: any; controlStrategySearchEnums: any; res: STRes; searchOptions: any; options: ModalHelperOptions; subject: string; add(): void; edit(keyword: any): void; resetTableList(): void; stChange(e: STChange): void; import(): void; export(): void; getTableList(): void; handleReload(): void; showModal(id: any, isBatch: any): void; validate(ids: any): boolean; handleCancel(): void; handleOk(): void; deleteOne(keywordId: any): void; delete(): void; goImport(): void; closeImport(): void; goExport(): void; closeExport(): void; msgType: number; ngOnInit(): void; search(value: any): void; searchChannel(value: any): void; searchBiz(value: any): void; }