import React from 'react'; import { Mark } from '../Plot'; export declare const line: (data: T[], { x, y, color }: { x: string; y: string; color: string; }) => Mark; export declare const Line: React.FC<{ data?: any[]; encodings: { x: string; y: string; color: string; }; }>; //# sourceMappingURL=Line.d.ts.map