import { OnInit, OnChanges, EventEmitter, SimpleChanges } from '@angular/core'; import { OpportunitiesService } from '../../services/opportunities.service'; import { QuotationsService } from '../../services/quotations.service'; import { SharedStore } from '../../services/sharedStore.service'; import { DialogService, EventPayload } from '@bsynchro/common'; import * as i0 from "@angular/core"; export declare class QuoteViewComponent implements OnInit, OnChanges { private _quotesService; private _dialogService; private _opportunityService; private _sharedStore; quoteId: string; quoteInput: any; quoteViewEvents: EventEmitter; dataUpdated: EventEmitter; private _quote; private _quoteSet; private _opportunity; constructor(_quotesService: QuotationsService, _dialogService: DialogService, _opportunityService: OpportunitiesService, _sharedStore: SharedStore); ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; setQuoteAsLost(): void; setQuoteAsWon(): void; setQuoteAsSentToCustomer(): void; editQuote(): void; get quote(): any; get quoteSet(): boolean; get canCloseQuote(): boolean; get editVisibility(): boolean; get canEditQuote(): boolean; get currencyPipe(): { new (): {}; readonly CurrencyCode: "USD"; readonly Display: "symbol"; readonly DigitsInfo: "0.0"; }; private closeQuote; private setOpportunity; logger(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }