import { MarkComponent as MC } from '../runtime'; import { RangeXMark } from '../spec'; export type RangeXOptions = Omit<RangeXMark, 'type'>; export declare const RangeX: MC<RangeXOptions>;