import { ScaleComponent as SC } from '../runtime'; import { QuantileScale as QuantileScaleSpec } from '../spec'; export type QuantileOptions = Omit; export declare const Quantile: SC;