import { OnInit } from '@angular/core'; import { STChange, STColumn, STReq, STRes, STPage } from '@delon/abc'; import { _HttpClient, ModalHelper, ModalHelperOptions } from '@delon/theme'; import { DialogService } from 'icc-common-lib'; export declare class TiktokFansManageComponent implements OnInit { private http; private modal; private dialogService; static NAME: string; type: number; constructor(http: _HttpClient, modal: ModalHelper, dialogService: DialogService); url: string; st: any; columns: STColumn[]; req: STReq; res: STRes; page: STPage; options: ModalHelperOptions; disabledClick: boolean; searchOptions: any; expandForm: boolean; selectNode: any; tiktokAccounts: any[]; isLoading: boolean; actIndex: any; getTableList(): void; /** * 获取粉丝 * @param channelId */ getFans(channelId: any, itemIdx: any): void; resetTableList(): void; ngOnInit(): void; update(): void; getTiktokAccounts(): void; stChange(e: STChange): void; }