import { MarkComponent as MC } from '../runtime'; import { LineMark } from '../spec'; export type LineOptions = Omit<LineMark, 'type'>; /** * Convert value for each channel to line shapes. */ export declare const Line: MC<LineOptions>;