import { ThresholdType } from '../types/pie-chart.config.js'; /** * Returns true is thresholdType is a valid ThresholdType * @param thresholdType - threshold type */ export declare const isValidThresholdType: (thresholdType: ThresholdType) => thresholdType is ThresholdType;