import { ScaleComponent as SC } from '../runtime'; import { ThresholdScale as ThresholdScaleSpec } from '../spec'; export type ThresholdOptions = Omit<ThresholdScaleSpec, 'type'>; export declare const Threshold: SC<ThresholdOptions>;