import { OnInit, AfterViewInit } from '@angular/core'; import { _HttpClient } from '@delon/theme'; import { FormBuilder, FormGroup } from '@angular/forms'; import { ActivatedRoute } from '@angular/router'; import { Location } from '@angular/common'; import { DialogService } from 'icc-common-lib'; export declare class TikTokChannelEditComponent implements OnInit, AfterViewInit { http: _HttpClient; private fb; private dialogService; private location; private activeRoute; static NAME: string; constructor(http: _HttpClient, fb: FormBuilder, dialogService: DialogService, location: Location, activeRoute: ActivatedRoute); record: any; optionList: any[]; provider: any; isEdit: boolean; form: FormGroup; checkDisable: boolean; subject: string; isSubmit: boolean; nameHid: boolean; identityHid: boolean; ngOnInit(): void; ngAfterViewInit(): void; save(value: any): void; close(): void; ngNameChange(): void; ngIdentityChange(): void; }