import { ScaleComponent as SC } from '../runtime'; import { SequentialScale as SequentialScaleSpec } from '../spec'; export type SequentialOptions = Omit<SequentialScaleSpec, 'type'>; export declare const Sequential: SC<SequentialOptions>;