import { LineOptions } from '@spectrum-charts/vega-spec-builder';
import { LineProps } from '../types';
export declare const getLineOptions: ({ children, contextMenuMode: _contextMenuMode, onClick, onContextMenu, onMouseOver, onMouseOut, ...lineProps }: LineProps) => LineOptions;
//# sourceMappingURL=lineAdapter.d.ts.map