import { EventEmitter } from '@angular/core'; import { SelectItem } from "../../shared/model/select-item"; import { ResizedEvent } from "angular-resize-event"; import { ApplyEvent } from "../../navigation/nav-bar/apply-event"; import * as i0 from "@angular/core"; export declare class ProdFinancialImpactsComponent { siteOptions: SelectItem[]; tuningPreData: any[][]; tuningPostData: any[][]; projectedGainData: any[][]; utilitiesChangeData: any[][]; applyEvent: EventEmitter; tuningChartConfig: any; lineChartConfig: any; bottomDirection: string; lineChartPanel1Margin: number; bottomResized(event: ResizedEvent): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }