import { EventEmitter, OnInit } from '@angular/core'; import { NzModalService, NzNotificationService } from '@exin/core/ant-design'; import { XnProposalBusinessPlanManagementService } from '../xn-proposal-business-plan-management.service'; import { XnProposalBusinessPlan, XnProposalBusinessPlanEvolution } from '../xn-proposal-management.model'; import * as i0 from "@angular/core"; export declare class XnProposalBusinessPlanComponent implements OnInit { private xnProposalBusinessPlanManagementService; private modal; private notification; selectedIndex: number; preloading: boolean; private _proposal_id; set proposal_id(proposal_id: string); get proposal_id(): string; private _proposal_id$; business_plan: XnProposalBusinessPlan; wallet_evoluzione_fine_anno_header_info: string[]; private _get_business_plan$; private _load_business_plan$; onBack$: EventEmitter; constructor(xnProposalBusinessPlanManagementService: XnProposalBusinessPlanManagementService, modal: NzModalService, notification: NzNotificationService); ngOnInit(): void; ngOnDestroy(): void; back(event: any): void; walletEvoluzioneFineAnnoHeaderInfo(): string[]; moreCosts(costs: XnProposalBusinessPlanEvolution[]): void; editCrescita(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }