import { EventEmitter, OnDestroy, OnInit } from '@angular/core'; import { ChartLabel } from '@ironsource/fusion-ui/components/chart/common/base'; import { ColorsService } from '@ironsource/fusion-ui/services/colors'; import * as i0 from "@angular/core"; export declare class ChartLabelsV4Component implements OnInit, OnDestroy { set labels(value: ChartLabel[]); private _labels; get labels(): ChartLabel[]; bgOpacity: number; testId: string; labelClick: EventEmitter; labelHover: EventEmitter; colorsService: ColorsService; private labelClick$; private onDestroy$; ngOnInit(): void; ngOnDestroy(): void; getLabelBGColor(hexColor: string): string; onLabelHover(chartLabel: ChartLabel): void; chartLabelClicked($event: Event, chartLabel: ChartLabel): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }