import { OnChanges } from '@angular/core'; import { CustomCalcTypes } from '../../enums/custom-calc-types.enum'; import * as i0 from "@angular/core"; export declare class EstimateViewComponent implements OnChanges { orgConfig: any; estimateObj: any; replaceWithCustom: boolean; showHighlightedOptions: boolean; customBoldText: boolean; showPrice: boolean; alignCenter: boolean; showShippingInfo: boolean; showVariablePreview: boolean; showDescription: boolean; rowDescription: boolean; showOnlyHandlingData: boolean; showHiddenOptions: boolean; calcTypes: typeof CustomCalcTypes; estOptionObj: any; optionsOrderForView: any; invoiceestimate: { estimate: any; estimate_options: any[]; }; AllSides: { [key: string]: { key: string; label: string; }[]; }; private newEstimateReleaseDate; private createdInPrevRelease; constructor(orgConfig: any); ngOnChanges(changes: any): void; createEstimateOptionsObject(): void; createSizeOptions(): void; getCorrectName(str: string): string; getCorrectSide(val: any): string; private generateOption; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }