import { UserStorageService } from '@wjya/ngx-webapp-fx';
import { OnInit } from '@angular/core';
import { DataSourceHelper } from '../../service/data-source.helper';
import { NzModalService, NzMessageService } from 'ng-zorro-antd';
import { ActivatedRoute } from '@angular/router';
export declare class CommunityDetailOfficalComponent implements OnInit {
    private dataSourceHelper;
    private userStorageService;
    private confirmServ;
    private activateRoute;
    private _message;
    private dataSource;
    private officalDataSource;
    private communityGroupId;
    private communityId;
    officalOptions: any[];
    selectedOption: any;
    constructor(dataSourceHelper: DataSourceHelper, userStorageService: UserStorageService, confirmServ: NzModalService, activateRoute: ActivatedRoute, _message: NzMessageService);
    ngOnInit(): void;
    loadCurrentOffical(): void;
    loadAll(): void;
    onSave(): void;
}
