import { AfterViewInit, EventEmitter } from '@angular/core'; import { AdditiveForceData } from '../shap-data'; import * as i0 from "@angular/core"; export declare class ShapAdditiveForceComponent implements AfterViewInit { plotColors: string[]; link: 'logit' | 'identity'; baseValue: number; outNames: string[]; hideBars: boolean; labelMargin: number; hideBaseValueLabel: boolean; data: AdditiveForceData; isLoaded: EventEmitter; private svg; private wrapper; private filteredData; private filteredData2; private mainGroup; private axisElement; private onTopGroup; private baseValueTitle; private joinPointLine; private joinPointLabelOutline; private joinPointLabel; private joinPointTitleLeft; private joinPointTitleLeftArrow; private joinPointTitle; private joinPointTitleRightArrow; private joinPointTitleRight; private hoverLabelBacking; private hoverLabel; private scaleCentered; private axis; private colors; private brighterColors; private domainSize; effectFormat: (n: number | { valueOf(): number; }) => string; redraw: any; invLinkFunction: Function; tickFormat: (n: number | { valueOf(): number; }) => string; constructor(); ngAfterViewInit(): void; draw(): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } //# sourceMappingURL=shap-additive-force.component.d.ts.map