import { ScaleComponent as SC } from '../runtime';
import { QuantizeScale as QuantizeScaleSpec } from '../spec';
export type QuantizeOptions = Omit<QuantizeScaleSpec, 'type'>;
export declare const Quantize: SC<QuantizeOptions>;
