import { AfterViewInit, OnInit } from '@angular/core'; import { _HttpClient } from '@delon/theme'; import { FormBuilder, FormGroup } from '@angular/forms'; import { ActivatedRoute, Router } from '@angular/router'; import { DialogService, MessageService } from 'mmmo-mo-common-lib'; export declare class VoiceChannelEditComponent implements OnInit, AfterViewInit { http: _HttpClient; private fb; private dialogService; private router; private activeRoute; private messageService; static NAME: string; constructor(http: _HttpClient, fb: FormBuilder, dialogService: DialogService, router: Router, activeRoute: ActivatedRoute, messageService: MessageService); record: any; optionList: any[]; provider: any; 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; }