import { OnInit, OnChanges, SimpleChanges, EventEmitter } from '@angular/core'; import { OpportunitiesService } from '../../services/opportunities.service'; import { FindExpression, EventPayload } from '@bsynchro/common'; import * as i0 from "@angular/core"; export declare class OpportunitiesRepeaterComponent implements OnInit, OnChanges { private _opportunityService; contactId: string; contact: any; activeIndex: number; showAddOpportunityButton: boolean; showEditOpportunityButton: boolean; closeOpportunityBasedOnQuotations: boolean; showCloseOpportunityButton: boolean; showWonAmdLoseOpportunityButtons: boolean; ownerIdQueryExpression: FindExpression; isCarouselMode: boolean; opportunityRepeaterEvents: EventEmitter; private _opportunities; private _opportunitiesSet; constructor(_opportunityService: OpportunitiesService); ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; addOpportunity(): void; onOpportunityEdited(event: EventPayload): void; get opportunities(): any; get opportunitiesSet(): boolean; goToNextOpportunity(): void; goToPreviousOpportunity(): void; reloadOpportunities(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }