import { SimpleChanges, EventEmitter, OnInit, OnChanges } from '@angular/core'; import { SharedStore } from '../../services/sharedStore.service'; import { OpportunitiesService } from '../../services/opportunities.service'; import { QuotationsService } from '../../services/quotations.service'; import { EventPayload } from '@bsynchro/common'; import * as i0 from "@angular/core"; export declare class QuoteRepeaterComponent implements OnInit, OnChanges { private _quotesService; private _opportunityService; private _sharedStore; opportunityId: string; opportunity: any; dataUpdated: EventEmitter; quoteRepeaterEvents: EventEmitter; private _quotations; private _quotationsSet; constructor(_quotesService: QuotationsService, _opportunityService: OpportunitiesService, _sharedStore: SharedStore); ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; addSimulation(): void; refreshData(): void; get quotations(): any; get quotationsSet(): boolean; get canAddSimulation(): boolean; private getQuotes; onQuoteDataUpdated($event: any): void; onQuoteEdited(event: EventPayload): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }