import { ChartLabel } from '@ironsource/fusion-ui/components/chart/common/base'; import * as i0 from "@angular/core"; export declare abstract class ChartLabelsBaseComponent { set dataSetsLabels(value: ChartLabel[]); hasCheckboxes: boolean; labels: ChartLabel[]; onLabelClicked($event: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }