import { MarkComponent as MC } from '../runtime'; import { LineMark } from '../spec'; export type LinkOptions = Omit<LineMark, 'type'>; /** * Connect `start` to `end` with single line. */ export declare const Link: MC<LinkOptions>;