import { OnInit } from '@angular/core'; import { NzModalRef } from 'ng-zorro-antd'; import { _HttpClient } from '@delon/theme'; import { FormBuilder, FormGroup } from '@angular/forms'; import { MessageService } from 'icc-common-lib'; import { DialogService } from 'icc-common-lib'; export declare class TiktokConstraintKeywordEditComponent implements OnInit { private messageService; private modal; http: _HttpClient; private fb; private dialogService; static NAME: string; constructor(messageService: MessageService, modal: NzModalRef, http: _HttpClient, fb: FormBuilder, dialogService: DialogService); bizEnums: any[]; bizEnumsBack: any[]; bizList: any[]; channelEnums: any[]; channelEnumsBack: any[]; channelList: any[]; userEnums: any[]; userEnumsBack: any[]; userList: any[]; record: any; subject: string; showFlag: boolean; msgType: number; companyWechat: any; all: any; logicKeywordCont: boolean; keywordRepe: boolean; form: FormGroup; controlType: number; accountDisabled: boolean; keywordType: number; msgTypeDisabled: boolean; allDisabled: boolean; ngOnInit(): void; controlTypeChange(value: any): void; checkAccount(): void; keywordTypeChange(value: any): void; isValidLogicKeyword(s: any): void; checkExist(s: any): void; save(value: any): void; close(): void; search(value: any): void; searchBiz(value: any): void; searchChannel(value: any): void; }