import { type IMeasureGroupDescriptor, type ITheme, type Identifier } from "@gooddata/sdk-model"; import { type DataViewFacade } from "@gooddata/sdk-ui"; import { type IChartFillConfig, type IColorStrategy } from "@gooddata/sdk-ui-vis-commons"; export declare const isPrimarySeries: (seriesIndex: number, bucketsLocalIdentifiers: string[]) => boolean; export declare const isTargetSeries: (seriesIndex: number, bucketsLocalIdentifiers: string[]) => boolean; export declare const isComparativeSeries: (seriesIndex: number, bucketsLocalIdentifiers: string[]) => boolean; export declare function getBulletChartSeries(dv: DataViewFacade, measureGroup: IMeasureGroupDescriptor["measureGroupHeader"], colorStrategy: IColorStrategy, chartFill: IChartFillConfig | undefined, theme: ITheme | undefined): any[]; export declare function getOccupiedMeasureBucketsLocalIdentifiers(dv: DataViewFacade): Identifier[]; //# sourceMappingURL=bulletChartSeries.d.ts.map