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