import { MarkComponent as MC } from '../runtime';
import { RangeYMark } from '../spec';
export type RangeYOptions = Omit<RangeYMark, 'type'>;
export declare const RangeY: MC<RangeYOptions>;
