import { ThresholdIndicatorData } from '../../../../core/components/threshold-bar/indicators/ThresholdIndicator.js'; import { ThresholdData } from '../../../../core/types/thresholds.js'; import { Layout, type CategoricalValueScales } from '../../../types/categorical-bar-chart.js'; export declare const transformThresholdIntoIndicatorByLayout: (data: ThresholdData, scale: CategoricalValueScales, layout: Layout, size: number) => ThresholdIndicatorData[];