import { OnInit, Injector } from '@angular/core';
import { UserStorageService } from '@wjya/ngx-webapp-fx';
import { DatePipe } from '@angular/common';
import { NzModalService, NzMessageService } from 'ng-zorro-antd';
import { DataSourceHelper } from '../../../service/data-source.helper';
export declare class PropertyMonthlyFeeComponent implements OnInit {
    private injector;
    private datePipe;
    private confirmServ;
    private _message;
    private dataSourceHelper;
    private userStorageService;
    private listView;
    private dataSource;
    private communityDataSource;
    private generateFileStoragesDataSource;
    private propertyFeeMonthliesExportExcelDataSource;
    private communityGroupId;
    communityOptions: Array<any>;
    isDisabled: boolean;
    constructor(injector: Injector, datePipe: DatePipe, confirmServ: NzModalService, _message: NzMessageService, dataSourceHelper: DataSourceHelper, userStorageService: UserStorageService);
    ngOnInit(): void;
    loadAll(): void;
    loadGroupCommunity(): void;
    filter(): void;
    _startValueChange: () => void;
    _endValueChange: () => void;
    _disabledStartDate: (startValue: any) => boolean;
    _disabledEndDate: (endValue: any) => boolean;
    exportExcel(): void;
    getDownLoadUrl(fileKey: any, resolve: any): void;
}
